odoo/addons/l10n_ch/__terp__.py

25 lines
688 B
Python
Executable File

#
# Use the custom module to put your specific code in a separate module.
#
{
"name" : "Switzerland localisation",
"version" : "1.0",
"author" : "Camptocamp",
"category" : "Localisation/Europe",
"website": "http://www.tinyerp.com",
"depends" : ["base", "account"],
"init_xml" : ["dta/dta_data.xml"],
# "init_xml" : ["zip_code_default.xml"],
"demo_xml" : ["vaudtax_data_demo.xml","dta/dta_demo.xml"],
"update_xml" : [
"dta/dta_view.xml","dta/dta_wizard.xml",
"v11/v11_wizard.xml","v11/v11_view.xml",
"account_vat.xml","base_config.xml","account_config.xml",
"bvr/bvr_report.xml",
#"company_view.xml",
"partner_view.xml",
],
"active": False,
"installable": True,
}