mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
10 lines
243 B
Python
10 lines
243 B
Python
# -*- coding: utf-8 -*-
|
|
# © 2015 Daniel Campos
|
|
# © 2015 Pedro M. Baeza
|
|
# © 2015 Ana Juaristi
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
from . import mrp_routing
|
|
from . import mrp_production
|
|
from . import mrp_bom
|