odoo/addons/sale_tax_include/__terp__.py

14 lines
366 B
Python

{
"name" : "Invoices and prices with taxes included",
"version" : "1.0",
"depends" : ["sale","account_tax_include"],
"author" : "Tiny",
"website" : "http://tinyerp.com/module_account.html",
"category" : "Generic Modules/Sales & Purchases",
"init_xml" : [ ],
"demo_xml" : [ ],
"update_xml" : [ 'sale_tax_incl.xml' ],
"active": False,
"installable": True
}