-
- Downloads
[IMP] stock: replenishment using qty from the BoM
The replenishement creation currently calculates the quantity to order
using a default multiple quantity of 1. In case of manufacturing route,
we want to calculate the multiple quantity according to the quantity
produced in the BoMs.
closes odoo/odoo#62766
Signed-off-by:
Rémy Voet <ryv-odoo@users.noreply.github.com>
Showing
- addons/mrp/models/stock_orderpoint.py 10 additions, 0 deletionsaddons/mrp/models/stock_orderpoint.py
- addons/mrp/tests/test_bom.py 48 additions, 0 deletionsaddons/mrp/tests/test_bom.py
- addons/stock/models/stock_orderpoint.py 13 additions, 2 deletionsaddons/stock/models/stock_orderpoint.py
- addons/stock/views/stock_orderpoint_views.xml 2 additions, 0 deletionsaddons/stock/views/stock_orderpoint_views.xml
Loading
Please register or sign in to comment