~mga/openobject-addons/account_india

« back to all changes in this revision

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