Commit f516c606 authored by Jean-Paul Smets's avatar Jean-Paul Smets

added dependency to Predicate


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2347 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c1c7bafa
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
from AccessControl import ClassSecurityInfo from AccessControl import ClassSecurityInfo
from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface 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 from Products.ERP5.Document.Invoice import Invoice
class AccountingRuleCell(Predicate, Invoice): class AccountingRuleCell(Predicate, Invoice):
...@@ -54,6 +54,7 @@ An AccountingRuleCell object allows to add SaleInvoiceTransactionLines into a Ma ...@@ -54,6 +54,7 @@ An AccountingRuleCell object allows to add SaleInvoiceTransactionLines into a Ma
, PropertySheet.ValueAddedTax , PropertySheet.ValueAddedTax
, PropertySheet.EcoTax , PropertySheet.EcoTax
, PropertySheet.CopyrightTax , PropertySheet.CopyrightTax
, PropertySheet.Predicate
) )
# CMF Type Definition # CMF Type Definition
......
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