odoo/addons/l10n_ch_vat_forfait/__terp__.py

13 lines
255 B
Python

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