Improved Security
[odoo/odoo.git] / addons / base_report_creator / __terp__.py
1 # -*- encoding: utf-8 -*-
2 {
3     "name" : "Report Creator",
4     "version" : "1.0",
5     "author" : "Tiny & Axelor",
6     "website" : "",
7     "category" : "Generic Modules/Base",
8     "description": """This modules allows you to create any statistic
9 report on several object. It's a SQL query builder and browser
10 for and users.
11
12 After installing the module, it adds a menu to define custom report in
13 the "Dashboard" menu.
14 """,
15     "depends" : ["base","board"],
16     "init_xml" : [],
17     "demo_xml" : [],
18     "update_xml" : [
19         "security/ir.model.access.csv",
20         "base_report_creator_wizard.xml",
21         "base_report_creator_view.xml"
22     ],
23     "active": False,
24     "installable": True
25 }
26 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
27