mirror of
https://github.com/bringout/oca-ocb-mrp.git
synced 2026-04-21 15:52:02 +02:00
12 lines
436 B
Python
12 lines
436 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_production_split
|
|
from . import stock_label_type
|
|
from . import mrp_production_serial_numbers
|
|
from . import stock_replenishment_info
|