odoo/addons/account_cash_discount/__terp__.py

19 lines
355 B
Python

{
"name" : "Payement Term with Cash Discount",
"version" : "1.0",
"depends" : ["account",],
"author" : "Tiny",
"description" : "",
"website" : "http://tinyerp.com/",
"category" : "Generic Modules/Accounting",
"init_xml" : [
],
"demo_xml" : [
],
"update_xml" : [
"account_cash_discount_view.xml",
],
"active": False,
"installable": True
}