[Erp5-report] r39723 jm - /erp5/trunk/products/ERP5/Interactor/InventoryInteractor.py

nobody at svn.erp5.org nobody at svn.erp5.org
Sun Oct 31 16:07:22 CET 2010


Author: jm
Date: Sun Oct 31 16:07:21 2010
New Revision: 39723

URL: http://svn.erp5.org?rev=39723&view=rev
Log:
InventoryInteractor: Products.ERP5Type.Document -> Products.ERP5.Document

This fixes testInventory and testInventoryModule

Modified:
    erp5/trunk/products/ERP5/Interactor/InventoryInteractor.py

Modified: erp5/trunk/products/ERP5/Interactor/InventoryInteractor.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Interactor/InventoryInteractor.py?rev=39723&r1=39722&r2=39723&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Interactor/InventoryInteractor.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Interactor/InventoryInteractor.py [utf8] Sun Oct 31 16:07:21 2010
@@ -34,9 +34,9 @@ class InventoryInteractor(Interactor):
   subdocuments are modified.
   """
   def install(self):
-    from Products.ERP5Type.Document.InventoryLine import InventoryLine
+    from Products.ERP5.Document.InventoryLine import InventoryLine
     self.on(InventoryLine.reindexObject).doAfter(self.reindexInventory)
-    from Products.ERP5Type.Document.InventoryCell import InventoryCell
+    from Products.ERP5.Document.InventoryCell import InventoryCell
     self.on(InventoryCell.reindexObject).doAfter(self.reindexInventory)
 
   def reindexInventory(self, method_call_object, *args, **kw):




More information about the Erp5-report mailing list