mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
8 lines
215 B
Python
8 lines
215 B
Python
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
|
|
from . import qc_trigger
|
|
from . import qc_inspection
|
|
from . import stock_picking_type
|
|
from . import stock_picking
|
|
from . import stock_production_lot
|