mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
14 lines
382 B
Python
14 lines
382 B
Python
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import mrp_bom
|
|
from . import mrp_production
|
|
from . import product
|
|
from . import res_company
|
|
from . import res_partner
|
|
from . import stock_move
|
|
from . import stock_move_line
|
|
from . import stock_picking
|
|
from . import stock_picking_type
|
|
from . import stock_warehouse
|
|
from . import stock_production_lot
|