[FIX] hr_expense: mising coma in manifest

bzr revid: qdp-launchpad@openerp.com-20130306143534-30vh1xl79eo6bf5c
This commit is contained in:
Quentin (OpenERP) 2013-03-06 15:35:34 +01:00
parent cdabf79cf2
commit d448390caf
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ This module also uses analytic accounting and is compatible with the invoice on
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',
'images': ['images/hr_expenses_analysis.jpeg', 'images/hr_expenses.jpeg'],
'depends': ['hr', 'account_voucher, account_accountant'],
'depends': ['hr', 'account_voucher', 'account_accountant'],
'data': [
'security/ir.model.access.csv',
'hr_expense_data.xml',