~openerp-commiter/openobject-addons/trunk-extra-addons

« back to all changes in this revision

Viewing changes to l10n_chart_co/__terp__.py

  • Committer: Jay (Open ERP)
  • Date: 2008-12-23 06:09:16 UTC
  • mto: This revision was merged to the branch mainline in revision 3385.
  • Revision ID: jvo@tinyerp.com-20081223060916-d52aeptill1bzhgx
Corrections and upgradations on charts of accounts

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#
21
21
##############################################################################
22
22
{
23
 
    "name" : "Colombia",
 
23
    "name" : "Colombia - Chart of Accounts",
24
24
    "version" : "1.0",
25
25
    "author" : "Tiny",
26
 
    "category" : "Localisation/Account charts",
 
26
    "category" : "Localisation/Account Charts",
27
27
    "depends" : ["account", "account_chart"],
28
28
    "demo_xml" : [],
29
 
    "update_xml" : ['account_tax_code.xml',"account_chart.xml",'account_tax.xml'],
 
29
    "update_xml" : ['account_tax_code.xml',"account_chart.xml",
 
30
                    'account_tax.xml','l10n_chart_co_wizard.xml'],
30
31
    "active": False,
31
32
    "installable": True
32
33
}