[FIX] account: installer of account_asset module

bzr revid: qdp-launchpad@openerp.com-20110711111913-ndcl3n5qfyi32cdz
This commit is contained in:
Quentin (OpenERP) 2011-07-11 13:19:13 +02:00
parent 004acc001b
commit 11144bf20e
1 changed files with 2 additions and 0 deletions

View File

@ -255,6 +255,8 @@ class account_installer_modules(osv.osv_memory):
'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."),
'account_asset': fields.boolean('Assets Management',
help="Helps you to manage your assets and their depreciation entries."),
}
account_installer_modules()