7 lines
212 B
Python
7 lines
212 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||
|
|
||
|
from . import mrp_product_produce
|
||
|
from . import change_production_qty
|
||
|
from . import stock_warn_insufficient_qty
|