mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
10 lines
294 B
Python
10 lines
294 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright 2017 Eficent Business and IT Consulting Services S.L.
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
from . import mrp_production_request
|
|
from . import mrp_production
|
|
from . import procurement
|
|
from . import product
|
|
from . import stock_move
|