-
- Downloads
[IMP] mrp: Add or update components in confirmed state
This commit let the manufacturing user to add new components or update the quantity to consume of existing ones in a manufacturing order even if the state confirmed. The BoM should be in flexible consumption. In case of reserved quantity, updating the quantity on a raw move will unreserve it entirely. We apply the same logic than the stock.picking one Task : 2121714
Showing
- addons/mrp/models/mrp_production.py 25 additions, 1 deletionaddons/mrp/models/mrp_production.py
- addons/mrp/models/stock_move.py 5 additions, 2 deletionsaddons/mrp/models/stock_move.py
- addons/mrp/tests/test_workorder_operation.py 34 additions, 0 deletionsaddons/mrp/tests/test_workorder_operation.py
- addons/mrp/views/mrp_production_views.xml 2 additions, 1 deletionaddons/mrp/views/mrp_production_views.xml
- addons/mrp/views/stock_move_views.xml 9 additions, 5 deletionsaddons/mrp/views/stock_move_views.xml
Loading
Please register or sign in to comment