~mga/openobject-addons/account_india

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"name" : "Reporting for accounting",
	"version" : "1.0",
	"depends" : ["account","account_report"],
	"author" : "Tiny",
	"description": """Financial and accounting reporting""",
	"website" : "http://tinyerp.com/module_account.html",
	"category" : "Generic Modules/Accounting",
	"init_xml" : [ ],
	"demo_xml" : [ ],
	"update_xml" : ["account_report_history.xml", ],
#	"translations" : {
#		"fr": "i18n/french_fr.csv"
#	},
	"active": True,
	"installable": True
}