hack to fix account_chart

Account charts must load the xml file to be in the same transaction
to prevent incoherent account charts durring install

bzr revid: ced-188a0e72dcb5f2326a0cfab92bfcbcfcbdd4449a
This commit is contained in:
ced 2007-08-14 06:20:57 +00:00
parent 753b1c18f5
commit 23b945d543
4 changed files with 13 additions and 13 deletions

View File

@ -1,6 +1,6 @@
{
"name" : "Account Chart",
"version" : "1.0",
"version" : "1.1",
"depends" : ["account"],
"author" : "Tiny",
"description": """Remove minimal account chart""",
@ -11,8 +11,8 @@
"demo_xml" : [
],
"update_xml" : [
"account_chart.xml",
# Must be loaded by each modules
# "account_chart.xml",
],
"active": False,
"installable": True
}

View File

@ -1,12 +1,12 @@
{
"name" : "Belgium - Plan Comptable Minimum Normalise",
"version" : "1.0",
"version" : "1.1",
"author" : "Tiny",
"category" : "Localisation/Account charts",
"depends" : ["base", "account", "account_report", "base_vat", "base_iban", "account_chart"],
"depends" : ["base", "account", "account_report", "base_vat", "base_iban",
"account_chart"],
"init_xml" : [],
"demo_xml" : ["account_demo.xml","account.report.report.csv"],
"update_xml" : ["account_pcmn_belgium.xml"],
"active": False,
"update_xml" : ["../account_chart/account_chart.xml", "account_pcmn_belgium.xml"],
"installable": True
}

View File

@ -37,14 +37,14 @@
#
{
"name" : "United Kingdom - minimal",
"version" : "1.0",
"version" : "1.1",
"author" : "Seath Solutions Ltd",
"website": "http://www.seathsolutions.com",
"category" : "Localisation/Account charts",
"depends" : ["base", "account", "base_iban", "base_vat", "account_chart"],
"init_xml" : [],
"demo_xml" : [],
"update_xml" : ["account_chart.xml","account_tax.xml"],
"active": False,
"update_xml" : ["../account_chart/account_chart.xml", "account_chart.xml",
"account_tax.xml"],
"installable": True
}

View File

@ -7,14 +7,14 @@
#
{
"name" : "France - Plan comptable Societe - 99-03",
"version" : "1.0",
"version" : "1.1",
"author" : "SISalp-NBconseil",
"category" : "Localisation/Account charts",
"website": "http://erp-libre.info",
"depends" : ["base", "account", "account_chart"],
"init_xml" : [],
"update_xml" : ["types.xml", "plan-99-03_societe.xml", "taxes.xml",],
"update_xml" : ["../account_chart/account_chart.xml", "types.xml",
"plan-99-03_societe.xml", "taxes.xml",],
"demo_xml" : [],
"active": False,
"installable": True
}