8 lines
241 B
Python
8 lines
241 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||
|
|
||
|
from . import stock_picking_return
|
||
|
from . import mrp_consumption_warning
|
||
|
from . import change_production_qty
|
||
|
from . import product_replenish
|