~technofluid-team/openobject-addons/technofluid_multiple_installations

« back to all changes in this revision

Viewing changes to l10n_chart_cn_traditional/__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
#
 
3
#
 
4
{
 
5
        "name" : "China Traditional",
 
6
        "version" : "1.0",
 
7
        "author" : "Tiny",
 
8
        "category" : "Localisation/Account charts",
 
9
        "depends" : ["account"],
 
10
        "demo_xml" : [],
 
11
        "update_xml" : ['account_tax_code.xml',"account_chart.xml",'account_tax.xml'],
 
12
        "active": False,
 
13
        "installable": True
 
14
}