mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
7 lines
151 B
Python
7 lines
151 B
Python
from . import mrp_area
|
|
from . import stock_location
|
|
from . import product
|
|
from . import mrp_product
|
|
from . import mrp_move
|
|
from . import mrp_inventory
|