mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
5d5a8a717d6a0f2e6d0b6564e62a1f7ab2fd42f7
When a product has a safety stock in an area, and the current stock is below safety, but there are moves in the future, mrp_multi_level does not compute an immediate action to get back to the safety stock. This PR changes this behavior: when the mrp_moves are considered, before processing the first move in the future, we insert a resupply action to rebuild the safety stock. We also add some refactoring in the process: * add extension point on the wizard to compute the quantity to reorder (so we can choose in a separate module whether to rebuild safety stock or not) * add extension point on the wizard to get the date at which the safety stock must be rebuilt (defaults to today) * make the code of the wizard symetric between the groupes and non grouped configuration
manufacture
TODO: add repo description.
Available addons
| addon | version | maintainers | summary |
|---|---|---|---|
| mrp_bom_component_menu | 17.0.1.0.0 | MRP BOM Component Menu | |
| mrp_warehouse_calendar | 17.0.1.0.0 | ![]() |
Considers the warehouse calendars in manufacturing |
Licenses
This repository is licensed under AGPL-3.0.
However, each module can have a totally different license, as long as they adhere to Odoo Community Association (OCA)
policy. Consult each module's __manifest__.py file, which contains a license key
that explains its license.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
Description
Languages
Python
50.7%
HTML
49.3%

