mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
12 lines
453 B
Python
12 lines
453 B
Python
# -*- coding: utf-8 -*-
|
|
##############################################################################
|
|
# For copyright and license notices, see __openerp__.py file in root directory
|
|
##############################################################################
|
|
from . import mrp_bom
|
|
from . import mrp_production
|
|
from . import mrp_routing
|
|
from . import mrp_routing_operation
|
|
from . import mrp_workcenter
|
|
from . import res_config
|
|
from . import stock_move
|