mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
7 lines
164 B
Python
7 lines
164 B
Python
from . import mrp_bom
|
|
from . import mrp_bom_line
|
|
from . import mrp_production
|
|
from . import product_product
|
|
from . import product_template
|
|
from . import stock_move
|