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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"name" : "Account Regularizations",
	"version" : "1.0",
	"author" : "ACYSOS S.L.",
	"description" : """ This module creates a new object in accounting, very similar to the account models named account.regularization. Within this object you can define regularization moves, this is, accounting moves that will automatically calculate the balance of a set of accounts, set it to 0 and transfer the difference to a new account. This is used, for example with tax declarations or in some countries to create the 'Profit and Loss' regularization
""",
	"category" : "Accounting",
	"depends" : ["account"],
	"demo_xml" : [],
	"update_xml" : [
		"account_regularization_view.xml",
		"account_wizard.xml",
		"security/ir.model.access.csv"
	],
	"active": False,
	"installable": True
}