mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
Before this patch, the amount of packagings was the same in an `mrp.production`, no matter the ordered quantity. This was a conceptual mistake. Packaging qtys had to be multiplied, just like it happens with UoM qtys. @moduon MT-8145
4 lines
81 B
Python
4 lines
81 B
Python
from . import mrp_bom_line
|
|
from . import mrp_production
|
|
from . import stock_move
|