CLIENT, ALL: use the action name for the tabs name in the client
[odoo/odoo.git] / addons / report_project / __terp__.py
1 {
2         "name" : "Sales Management - Reporting",
3         "version" : "1.0",
4         "author" : "Tiny",
5         "website" : "http://tinyerp.com/module_project.html",
6         "depends" : ["project"],
7         "category" : "Generic Modules/Sales & Purchases",
8         "description": "A module that adds some reports on the sales",
9         "init_xml" : [],
10         "demo_xml" : [],
11         "update_xml" : ["report_project_view.xml"],
12         "active": False,
13         "installable": True
14 }