12 lines
385 B
Python
12 lines
385 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import change_production_qty
|
|
from . import stock_warn_insufficient_qty
|
|
from . import mrp_production_backorder
|
|
from . import mrp_consumption_warning
|
|
from . import product_replenish
|
|
from . import mrp_batch_produce
|
|
from . import mrp_production_split
|
|
from . import stock_label_type
|