Commit eda73caf authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_real_time_inventory_accounting: fix import

parent baa74aa2
...@@ -26,8 +26,9 @@ ...@@ -26,8 +26,9 @@
# #
############################################################################## ##############################################################################
from Products.ERP5.Document.InvoiceTransactionSimulationRule import \ from erp5.component.document.InvoiceTransactionSimulationRule import InvoiceTransactionSimulationRule, InvoiceTransactionRuleMovementGenerator
InvoiceTransactionSimulationRule, InvoiceTransactionRuleMovementGenerator
class InventoryAssetPriceAccountingRuleMovementGenerator( class InventoryAssetPriceAccountingRuleMovementGenerator(
InvoiceTransactionRuleMovementGenerator): InvoiceTransactionRuleMovementGenerator):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment