diff --git a/product/ERP5/Document/AccountingRuleCell.py b/product/ERP5/Document/AccountingRuleCell.py index 80db7aaacd3ad246ffe0cdfb81fbdd3fe3856f20..d1246ff1620ecf70509975ddd3c5d9683fb022ee 100755 --- a/product/ERP5/Document/AccountingRuleCell.py +++ b/product/ERP5/Document/AccountingRuleCell.py @@ -31,7 +31,7 @@ from AccessControl import ClassSecurityInfo from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface -from Products.ERP5.Document.Predicate import Predicate +from Products.ERP5.Document.PredicateGroup import PredicateGroup as Predicate from Products.ERP5.Document.Invoice import Invoice class AccountingRuleCell(Predicate, Invoice): @@ -54,6 +54,7 @@ An AccountingRuleCell object allows to add SaleInvoiceTransactionLines into a Ma , PropertySheet.ValueAddedTax , PropertySheet.EcoTax , PropertySheet.CopyrightTax + , PropertySheet.Predicate ) # CMF Type Definition