[FIX] account: incorrect spec for loading data file

bzr revid: rco@openerp.com-20120509124033-5dowcrc20mdzz58q
This commit is contained in:
Raphael Collet 2012-05-09 14:40:33 +02:00
parent b8eccbc34c
commit b66ba6f11c
1 changed files with 1 additions and 3 deletions

View File

@ -106,6 +106,7 @@ module named account_voucher.
'partner_view.xml',
'data/account_data.xml',
'data/data_account_type.xml',
'data/configurable_account_chart.xml',
'account_invoice_workflow.xml',
'project/project_view.xml',
'project/project_report.xml',
@ -136,9 +137,6 @@ module named account_voucher.
'demo/account_invoice_demo.xml',
# 'account_unit_test.xml',
],
'data_xml':['data/configurable_account_chart.xml'
],
'test': [
'test/account_customer_invoice.yml',
'test/account_supplier_invoice.yml',