[ADD] Account: add account_voucher fields again

bzr revid: aag@tinyerp.co.in-20110623131502-pe10s7pev3zhw8rh
This commit is contained in:
aag (OpenERP) 2011-06-23 18:45:02 +05:30
parent 1808b7d50a
commit 57e5289d77
1 changed files with 3 additions and 0 deletions

View File

@ -257,6 +257,9 @@ class account_installer_modules(osv.osv_memory):
help="Helps you generate reminder letters for unpaid invoices, "
"including multiple levels of reminding and customized "
"per-partner policies."),
'account_voucher': fields.boolean('Voucher Management',
help="Account Voucher module includes all the basic requirements of "
"Voucher Entries for Bank, Cash, Sales, Purchase, Expenses, Contra, etc... "),
'account_anglo_saxon': fields.boolean('Anglo-Saxon Accounting',
help="This module will support the Anglo-Saxons accounting methodology by "
"changing the accounting logic with stock transactions."),