odoo/addons/l10n_ch_vat_brut/__terp__.py

13 lines
252 B
Python

{
"name" : "Switzerland - VAT Brut",
"version" : "1.0",
"author" : "Tiny",
"category" : "Localisation/VAT",
"depends" : ["l10n_ch"],
"init_xml" : [],
"demo_xml" : [],
"update_xml" : ['account_tax.xml'],
"active": False,
"installable": True
}