[IMP] */__openerp__.py: use data key instead of update_xml

bzr revid: chs@openerp.com-20131124181952-rflzvxqnt5augevb
This commit is contained in:
Christophe Simonis 2013-11-24 19:19:52 +01:00
parent 21349f7b68
commit 00db0a025d
4 changed files with 4 additions and 4 deletions

View File

@ -41,7 +41,7 @@ Plan contable boliviano e impuestos de acuerdo a disposiciones vigentes
], ],
"demo_xml": [ "demo_xml": [
], ],
"update_xml": [ "data": [
], ],
"active": False, "active": False,
"installable": True, "installable": True,

View File

@ -51,7 +51,7 @@ With this module you will have:
"account_chart", "account_chart",
], ],
"demo_xml" : [], "demo_xml" : [],
"update_xml" : ["data/account_tax_code.xml", "data" : ["data/account_tax_code.xml",
"data/account_chart.xml", "data/account_chart.xml",
"data/account_tax.xml", "data/account_tax.xml",
"data/l10n_chart_mx_wizard.xml"], "data/l10n_chart_mx_wizard.xml"],

View File

@ -44,7 +44,7 @@ Con la Colaboración de
], ],
"demo_xml": [ "demo_xml": [
], ],
"update_xml": [ "data": [
], ],
"active": False, "active": False,
"installable": True, "installable": True,

View File

@ -32,7 +32,7 @@ This is the module to manage the accounting chart, VAT structure and Registratio
Romanian accounting chart and localization. Romanian accounting chart and localization.
""", """,
"demo_xml" : [], "demo_xml" : [],
"update_xml" : ['partner_view.xml','account_tax_code_template.xml','account_chart.xml','account_tax_template.xml','l10n_chart_ro_wizard.xml'], "data" : ['partner_view.xml','account_tax_code_template.xml','account_chart.xml','account_tax_template.xml','l10n_chart_ro_wizard.xml'],
"auto_install": False, "auto_install": False,
"installable": True, "installable": True,
} }