mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
8 lines
234 B
Python
8 lines
234 B
Python
# Copyright 2023 ForgeFlow S.L.
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
|
|
from . import mrp_routing_workcenter_template
|
|
from . import mrp_routing
|
|
from . import mrp_bom
|
|
from . import mrp_routing_workcenter
|