[REM] Account:remove account_voucher field from Account installer confic wiz bcuse this field is avalabale in main Install Appl and this field not shown read only so need to remove from Accountin features

bzr revid: aag@tinyerp.co.in-20110623123412-ohe63sds98lzrtej
This commit is contained in:
aag (OpenERP) 2011-06-23 18:04:12 +05:30
parent b49306e445
commit 0afe868cb2
2 changed files with 0 additions and 8 deletions

View File

@ -53,7 +53,6 @@
<xpath expr="//group[@name='account_accountant']" position="replace">
<newline/>
<separator string="Accounting &amp; Finance Features" colspan="4" />
<field name="account_voucher"/>
<field name="account_followup"/>
<field name="account_payment"/>
<field name="account_analytic_plans"/>

View File

@ -257,18 +257,11 @@ 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."),
}
_defaults = {
'account_voucher': True,
}
account_installer_modules()
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: