Skip to content

Commit

Permalink
[IMP] stock_inventory_hierarchical: Added openerp path to imports in …
Browse files Browse the repository at this point in the history
…order to stick on strict import (OCA#88)
  • Loading branch information
agb80 authored and pedrobaeza committed May 29, 2017
1 parent 17d4470 commit 6e4febd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
from openerp.osv import orm
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
from stock_inventory_hierarchical import PARENT_VALUES
from ..stock_inventory_hierarchical import PARENT_VALUES
PARENT_VALUES.append('exhaustive')


Expand Down

0 comments on commit 6e4febd

Please sign in to comment.