Files
manufacture/mrp_sale_info/models/__init__.py
Akim Juillerat 9500eaa46d [IMP] mrp_sale_info: Materialize link between sale order lines and created MOs
Improve test with 3 steps delivery route and use RecordCapturer
2024-07-15 18:18:21 +02:00

8 lines
207 B
Python

# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from . import mrp_production
from . import mrp_workorder
from . import sale_order_line
from . import stock_move
from . import stock_rule