Commit 71a14b92 authored by Jérome Perrin's avatar Jérome Perrin

move TradeCondition Property Sheet from Sale Invoice Transaction Portal type to Invoice Document


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5201 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4c96a499
...@@ -2,7 +2,4 @@ ...@@ -2,7 +2,4 @@
<portal_type id="Cash Register"> <portal_type id="Cash Register">
<item>BankAccount</item> <item>BankAccount</item>
</portal_type> </portal_type>
<portal_type id="Sale Invoice Transaction">
<item>TradeCondition</item>
</portal_type>
</property_sheet_list> </property_sheet_list>
\ No newline at end of file
Cash Register | BankAccount Cash Register | BankAccount
Sale Invoice Transaction | TradeCondition \ No newline at end of file
\ No newline at end of file
...@@ -56,6 +56,7 @@ class Invoice(AccountingTransaction): ...@@ -56,6 +56,7 @@ class Invoice(AccountingTransaction):
, PropertySheet.Amount , PropertySheet.Amount
, PropertySheet.Reference , PropertySheet.Reference
, PropertySheet.PaymentCondition , PropertySheet.PaymentCondition
, PropertySheet.TradeCondition
, PropertySheet.ValueAddedTax , PropertySheet.ValueAddedTax
, PropertySheet.EcoTax , PropertySheet.EcoTax
, PropertySheet.CopyrightTax , 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