mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
9 lines
239 B
Python
9 lines
239 B
Python
# -*- coding: utf-8 -*-
|
|
# 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
|