~openerp-commiter/openobject-addons/trunk-extra-addons

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
	"name" : "Payement Term with Cash Discount",
	"version" : "1.0",
	"depends" : ["account",],
	"author" : "Tiny",
	"description" : "",
	"website" : "http://tinyerp.com/",
	"category" : "Generic Modules/Accounting",
	"description": """
	This module adds cash discounts on payment terms. Cash discounts
	for a payment term can be configured with:
		* A number of days,
		* A discount (%),
		* A debit and a credit account
	""",
	"init_xml" : [
	],
	"demo_xml" : [
	],
	"update_xml" : [
		"account_cash_discount_view.xml",
	],
	"active": False,
	"installable": True
}