~mga/openobject-addons/account_india

« back to all changes in this revision

Viewing changes to l10n_ca-qc/__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" : "Canada - Quebec",
 
3
        "version" : "1.0",
 
4
        "author" : "Tiny",
 
5
        "category" : "Localisation/Account charts",
 
6
        "depends" : ["base", "account", "account_chart"],
 
7
        "init_xml" : [],
 
8
        "demo_xml" : ["account_demo.xml"],
 
9
        "update_xml" : ["account_pc_canada.xml"],
 
10
        "active": False,
 
11
        "installable": True
 
12
}