mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
14 lines
492 B
Python
14 lines
492 B
Python
# -*- encoding: utf-8 -*-
|
|
##############################################################################
|
|
# For copyright and license notices, see __openerp__.py file in root directory
|
|
##############################################################################
|
|
|
|
from . import qc_trigger
|
|
from . import qc_trigger_line
|
|
from . import qc_test_category
|
|
from . import qc_test
|
|
from . import qc_inspection
|
|
from . import product_product
|
|
from . import product_template
|
|
from . import product_category
|