Add project_security.xml file entry in update_xml section
[odoo/odoo.git] / addons / project / __terp__.py
1 {
2         "name" : "Project Management",
3         "version": "1.0",
4         "author" : "Tiny",
5         "website" : "http://tinyerp.com/module_project.html",
6         "category" : "Generic Modules/Projects & Services",
7         "depends" : ["product", "account", 'mrp', 'sale', 'base'],
8         "description": "Project management module that track multi-level projects, tasks, works done on tasks, eso. It is able to render planning, order tasks, eso.",
9         "init_xml" : [],
10         "demo_xml" : ["project_demo.xml"],
11         "update_xml": [
12                 "project_data.xml", 
13                 "project_wizard.xml", 
14                 "project_view.xml", 
15                 "project_report.xml", 
16                 "project_workflow.xml",
17                 "project_security.xml",
18         ],
19         "active": False,
20         "installable": True
21 }