Odoo18-Base/enterprise-17.0/mrp_mps/models/__init__.py
2025-01-06 10:57:38 +07:00

12 lines
321 B
Python

# -*- encoding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import mrp_bom
from . import mrp_mps
from . import product_product
from . import product_template
from . import purchase_order
from . import res_company
from . import res_config_settings
from . import stock_rule