L10N_CH: fix terp for c2c

bzr revid: ced-c21283482c5a88d066890da5db300a59100d49c9
This commit is contained in:
ced 2007-02-08 12:18:31 +00:00
parent 13bc7d36b1
commit 306723ab96
2 changed files with 2 additions and 3 deletions

View File

@ -8,8 +8,7 @@
"category" : "Localisation/Europe", "category" : "Localisation/Europe",
"website": "http://www.tinyerp.com", "website": "http://www.tinyerp.com",
"depends" : ["base", "account", "account_cash_discount",], "depends" : ["base", "account", "account_cash_discount",],
"init_xml" : ["dta/dta_data.xml"], "init_xml" : ["dta/dta_data.xml", "vaudtax_data.xml", "zip_code_default.xml",],
# "init_xml" : ["zip_code_default.xml"],
"demo_xml" : ["vaudtax_data_demo.xml","dta/dta_demo.xml"], "demo_xml" : ["vaudtax_data_demo.xml","dta/dta_demo.xml"],
"update_xml" : [ "update_xml" : [
"dta/dta_view.xml","dta/dta_wizard.xml", "dta/dta_view.xml","dta/dta_wizard.xml",

View File

@ -5,7 +5,7 @@
"category" : "Localisation/Account charts", "category" : "Localisation/Account charts",
"depends" : ["base", "account","l10n_ch"], "depends" : ["base", "account","l10n_ch"],
"init_xml" : [], "init_xml" : [],
# "update_xml" : ["account_ch_plangen.xml"], "update_xml" : ["account_ch_plangen.xml"],
"demo_xml" : [], "demo_xml" : [],
"active": False "active": False
} }