Use 'demo' instead of the deprecated 'demo_xml'

This commit is contained in:
Guewen Baconnier
2014-10-28 11:48:16 +01:00
parent 630c1ab5e0
commit 892b1288b8

View File

@@ -24,8 +24,10 @@
'maintainer': 'Camptocamp',
'category': 'Finance',
'complexity': "normal",
'depends': ['base', 'account',
'email_template', 'report_webkit'],
'depends': ['base',
'account',
'email_template',
'report_webkit'],
'website': 'http://www.camptocamp.com',
'data': ["report/report.xml",
"data.xml",
@@ -40,7 +42,7 @@
"wizard/credit_control_printer_view.xml",
"wizard/credit_control_policy_changer_view.xml",
"security/ir.model.access.csv"],
'demo_xml': ["credit_control_demo.xml"],
'demo': ["credit_control_demo.xml"],
'tests': [],
'installable': True,
'license': 'AGPL-3',