[FIX] l10n_be: move yml file to l10n_be_hr_payroll_account

bzr revid: mat@openerp.com-20130814094047-a3hbjt3iklavlzyr
This commit is contained in:
Martin Trigaux 2013-08-14 11:40:47 +02:00
parent 91cc0b5494
commit 427b7b6910
3 changed files with 2 additions and 4 deletions

View File

@ -75,9 +75,6 @@ Wizards provided by this module:
'account_fiscal_position_tax_template.xml',
'security/ir.model.access.csv',
],
'test': [
'l10n_be_wizard.yml',
],
'demo': [],
'installable': True,
'images': ['images/1_config_chart_l10n_be.jpeg','images/2_l10n_be_chart.jpeg'],

View File

@ -32,6 +32,7 @@ Accounting Data for Belgian Payroll Rules.
'auto_install': True,
'demo': [],
'data':[
'l10n_be_wizard.yml',
'l10n_be_hr_payroll_account_data.xml',
'data/hr.salary.rule.csv',
],

View File

@ -11,4 +11,4 @@
)
wiz_id = wiz.create(cr, uid, values)
wiz.execute(cr, uid, [wiz_id])
install_todo.write({'state':'done'})
install_todo.write({'state':'done'})