ACCOUNT_CHART: fix vat and iban
[odoo/odoo.git] / addons / l10n_chart_uk / __terp__.py
1 {
2         "name" : "United Kingdom",
3         "version" : "1.0",
4         "author" : "Tiny",
5         "category" : "Localisation/Account charts",
6         "depends" : ["account", "base_iban", "base_vat"],
7         "demo_xml" : [],
8         "update_xml" : ['account_tax_code.xml',"account_chart.xml",'account_tax.xml'],
9         "active": False,
10         "installable": True
11 }