mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[IMP] stock_inventory_hierarchical: Added openerp path to imports in order to stick on strict import (#88)
This commit is contained in:
@@ -21,10 +21,10 @@
|
|||||||
from openerp.osv import orm
|
from openerp.osv import orm
|
||||||
from openerp.tools.translate import _
|
from openerp.tools.translate import _
|
||||||
|
|
||||||
from stock_inventory_hierarchical import HierarchicalInventoryException
|
from ..stock_inventory_hierarchical import HierarchicalInventoryException
|
||||||
|
|
||||||
# Add the date to the list of fields we must propagate to children inventories
|
# Add the date to the list of fields we must propagate to children inventories
|
||||||
from stock_inventory_hierarchical import PARENT_VALUES
|
from ..stock_inventory_hierarchical import PARENT_VALUES
|
||||||
PARENT_VALUES.append('exhaustive')
|
PARENT_VALUES.append('exhaustive')
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user