BVR are Ok.
[odoo/odoo.git] / addons / l10n_ch / __terp__.py
1 #
2 # Use the custom module to put your specific code in a separate module.
3
4 {
5         "name" : "Switzerland localisation",
6         "version" : "1.0",
7         "author" : "Camptocamp",
8         "category" : "Localisation/Europe",
9         "website": "http://www.tinyerp.com",
10         "depends" : ["base", "account"],
11         "init_xml" : ["dta/dta_data.xml"],
12 #       "init_xml" : ["zip_code_default.xml"],
13         "demo_xml" : ["vaudtax_data_demo.xml","dta/dta_demo.xml"],
14         "update_xml" : [
15                 "dta/dta_view.xml","dta/dta_wizard.xml",
16                 "v11/v11_wizard.xml","v11/v11_view.xml",
17                 "account_vat.xml","base_config.xml","account_config.xml",
18                 "bvr/bvr_report.xml",
19                 "bvr/bvr_wizard.xml",
20                 "company_view.xml",
21                 #"partner_view.xml",
22         ],
23         "active": False,
24         "installable": True,
25 }