~mga/openobject-addons/account_india

« back to all changes in this revision

Viewing changes to l10n_chart_at/__terp__.py

  • Committer: ced
  • Date: 2007-08-10 06:48:31 UTC
  • Revision ID: ced-367003b23874c1f4f623d67f85ecabc3d677ca66
Account chart from terp repo

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
#
 
3
#
 
4
{
 
5
        "name" : "Austria",
 
6
        "version" : "1.0",
 
7
        "author" : "Tiny",
 
8
        "category" : "Localisation/Account charts",
 
9
        "depends" : ["account", "account_chart"],
 
10
        "demo_xml" : [],
 
11
        "update_xml" : ['account_tax_code.xml',"account_chart.xml",'account_tax.xml'],
 
12
        "active": False,
 
13
        "installable": True
 
14
}