odoo/addons/account_tax_include/__terp__.py

15 lines
433 B
Python

{
"name" : "Invoices and prices with taxes included",
"version" : "1.0",
"depends" : ["account"],
"author" : "Tiny",
"description": "Add a field in invoices to be able to work with prices included taxes.",
"website" : "http://tinyerp.com/module_account.html",
"category" : "Generic Modules/Accounting",
"init_xml" : [ ],
"demo_xml" : [ ],
"update_xml" : [ 'invoice_tax_incl.xml' ],
"active": False,
"installable": True
}