~mga/openobject-addons/account_india

« back to all changes in this revision

Viewing changes to l10n_ch_pcpbl_independant/__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" : "Suisse - Plan comptable pour Independant",
 
3
        "version" : "1.0",
 
4
        "author" : "Camptocamp",
 
5
        "category" : "Localisation/Account charts",
 
6
        "depends" : ["base", "account","l10n_ch", "account_chart"],
 
7
        "init_xml" : [],
 
8
        "update_xml" : ["account_ch_independant.xml"],
 
9
        "demo_xml" : [],
 
10
        "active": False
 
11
}
 
12