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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "name" : "Indian Account Reporting - Reporting",
    "version" : "1.0",
    "author" : "Tiny",
    "website" : "http://tinyerp.com",
    "depends" : ['account','account_chart'],
    "category" : "Generic Modules",
    "description": "A module that adds new reports format based on the Indian account module.",
    "init_xml" : [],
    "demo_xml" : [],
    "update_xml" : ["account_in_report.xml","account_in_wizard.xml"],
    "active": False,
    "installable": True
}