mirror of
https://github.com/bringout/oca-ocb-mrp.git
synced 2026-04-20 16:12:06 +02:00
10 lines
371 B
Python
10 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
|