Commit af2e8b8c authored by Yusei Tahara's avatar Yusei Tahara

Added default translated ids for various accounting transaction lines.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18892 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b93b9df1
......@@ -2373,6 +2373,15 @@ class Base( CopyContainer,
'Default Purchase Supply Line'),
'Sale Supply Line': dict(sale_supply_line=
'Default Sale Supply Line'),
'Accounting Transaction Line': dict(bank='Bank',
payable='Payable',
receivable='Receivable'),
'Purchase Invoice Transaction Line': dict(expense='Expense',
payable='Payable',
refundable_vat='Refundable VAT'),
'Sale Invoice Transaction Line': dict(income='Income',
collected_vat='Collected VAT',
receivable='Receivable'),
}
method = self._getTypeBasedMethod('getIdTranslationDict')
if method is not None:
......
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