11 lines
371 B
Python
11 lines
371 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 mrp_immediate_production
|
||
|
from . import stock_assign_serial_numbers
|
||
|
from . import mrp_production_split
|