1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
# -*- encoding: utf-8 -*- { "name" : "United States - UCOA", "version" : "1.0", "author" : "Tiny", "category" : "Localisation/Account charts", "depends" : ["account", "account_chart"], "demo_xml" : [], "update_xml" : ['account_tax_code.xml',"account_chart.xml",'account_tax.xml'], "active": False, "installable": True } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: |