~technofluid-team/openobject-addons/technofluid_multiple_installations

« back to all changes in this revision

Viewing changes to l10n_ch/__terp__.py

  • Committer: pinky
  • Date: 2006-12-07 13:41:40 UTC
  • Revision ID: pinky-dedd7f8a42bd4557112a0513082691b8590ad6cc
New trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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"],#l10n_ch
 
11
        "init_xml" : [],
 
12
        "demo_xml" : [],#"zip_code_default.xml"
 
13
        "update_xml" : ["vaudtax_data.xml","account_vat.xml","base_config.xml","account_config.xml"],
 
14
        #"update_xml" : ["vaudtax_data.xml"],
 
15
        "active": False,
 
16
        "installable": True
 
17
}