Improved Security
[odoo/odoo.git] / addons / project_gtd / __terp__.py
1 # -*- encoding: utf-8 -*-
2 {
3     "name" : "Getting Things Done - Time Management Module",
4     "version": "1.0",
5     "author" : "Tiny",
6     "category" : "Generic Modules/Projects & Services",
7     "depends" : ["project"],
8     "description": "",
9     "init_xml" : [],
10     "demo_xml" : ["project_gtd_demo.xml"],
11     "update_xml": [
12         "security/ir.model.access.csv",
13         "project_gtd_view.xml","project_gtd_wizard.xml"
14     ],
15     "active": False,
16     "installable": True
17 }
18 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
19