Commit 1fc4daa4 authored by Jérome Perrin's avatar Jérome Perrin

ValueAddedTax, EcoTax and CopyrightTax are not used



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17580 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d5f07395
......@@ -51,9 +51,6 @@ An AccountingRuleCell object allows to add SaleInvoiceTransactionLines into a Ma
, PropertySheet.Amount
, PropertySheet.Reference
, PropertySheet.PaymentCondition
, PropertySheet.ValueAddedTax
, PropertySheet.EcoTax
, PropertySheet.CopyrightTax
, PropertySheet.Predicate
, PropertySheet.MappedValue
)
......
......@@ -56,9 +56,6 @@ class Invoice(AccountingTransaction):
, PropertySheet.Amount
, PropertySheet.Reference
, PropertySheet.TradeCondition
, PropertySheet.ValueAddedTax
, PropertySheet.EcoTax
, PropertySheet.CopyrightTax
, PropertySheet.Folder
)
......@@ -85,4 +82,4 @@ class Invoice(AccountingTransaction):
def getTotalNetPrice(self):
""" Returns the total net price for this invoice """
raise NotImplementedError
return self.Invoice_zGetTotalNetPrice()
\ No newline at end of file
return self.Invoice_zGetTotalNetPrice()
......@@ -65,9 +65,6 @@ class InvoiceCell(DeliveryCell):
, PropertySheet.Price
, PropertySheet.Predicate
, PropertySheet.MappedValue
, PropertySheet.ValueAddedTax
, PropertySheet.EcoTax
, PropertySheet.CopyrightTax
)
security.declareProtected(Permissions.AccessContentsInformation, 'isAccountable')
......
......@@ -68,9 +68,6 @@ class InvoiceLine(DeliveryLine):
, PropertySheet.Movement
, PropertySheet.Price
, PropertySheet.VariationRange
, PropertySheet.ValueAddedTax
, PropertySheet.EcoTax
, PropertySheet.CopyrightTax
)
# Cell Related
......
......@@ -66,9 +66,6 @@ class PaySheetCell(InvoiceCell):
, PropertySheet.Price
, PropertySheet.Predicate
, PropertySheet.MappedValue
, PropertySheet.ValueAddedTax
, PropertySheet.EcoTax
, PropertySheet.CopyrightTax
)
def getNetConvertedQuantity(self):
......
......@@ -67,9 +67,6 @@ class PaySheetLine(InvoiceLine):
, PropertySheet.Movement
, PropertySheet.Price
, PropertySheet.VariationRange
, PropertySheet.ValueAddedTax
, PropertySheet.EcoTax
, PropertySheet.CopyrightTax
)
......
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