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