OCA / stock-logistics-availability

This repository contains modules to provide more information about product stock availability in terms of quantities (immediately usable, potential, unreserved ones, ...).
GNU Affero General Public License v3.0
7 stars 38 forks source link

Migration to version 17.0 #14

Open OCA-git-bot opened 11 months ago

OCA-git-bot commented 11 months ago

Todo

https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-17.0

Modules to migrate

Missing module? Check https://github.com/OCA/maintainer-tools/wiki/%5BFAQ%5D-Missing-modules-in-migration-issue-list

jjscarafia commented 7 months ago

@LoisRForgeFlow I've seen you're manteiner of stock available unreserved. As far as I see the field "qty_available_not_res" is being computed as the odoo "free_qty" field. Is there any difference I'm not seeing?

If they are the same. Maybe this module can be deprecated and replaced by https://github.com/OCA/stock-logistics-availability/tree/16.0/stock_free_quantity that is simplear and only add it on views and product template (that is missing in odoo)

Any thoughts?

LoisRForgeFlow commented 7 months ago

@LoisRForgeFlow I've seen you're manteiner of stock available unreserved. As far as I see the field "qty_available_not_res" is being computed as the odoo "free_qty" field. Is there any difference I'm not seeing?

If they are the same. Maybe this module can be deprecated and replaced by https://github.com/OCA/stock-logistics-availability/tree/16.0/stock_free_quantity that is simplear and only add it on views and product template (that is missing in odoo)

Any thoughts?

Hi @jjscarafia

Your proposal makes total sense, you can proceed as you describe.

Thanks!

jjscarafia commented 7 months ago

thanks @LoisRForgeFlow We'll work on that!

rpinset commented 3 months ago

I found this module in v16.0 https://github.com/OCA/stock-logistics-availability/tree/16.0/stock_available_mrp which seems to meet the need of a customer wanting to know what he could theoretically manufacture as a finished product depending on the component used in different nomenclature.

If no one is working on its migration, I would like to contribute to its migration to v17.0

Have a good day


EDIT I find you PR @bizzappdev https://github.com/OCA/stock-logistics-availability/pull/24