mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
Merge branch '8.0' of github.com:odoomrp/odoomrp-wip into 8.0 [FIX] quality_control_stock: * File missing * Triggers for product category
11 lines
411 B
Python
11 lines
411 B
Python
# -*- coding: utf-8 -*-
|
|
##############################################################################
|
|
# For copyright and license notices, see __openerp__.py file in root directory
|
|
##############################################################################
|
|
|
|
from . import qc_trigger
|
|
from . import qc_inspection
|
|
from . import stock_picking_type
|
|
from . import stock_picking
|
|
from . import stock_production_lot
|