modified files for demo of process
[odoo/odoo.git] / addons / project_mrp / __terp__.py
1 # -*- encoding: utf-8 -*-
2 {
3     "name" : "Project Management - MRP Link",
4     "version": "1.0",
5     "author" : "Tiny",
6     "website" : "http://tinyerp.com/module_project.html",
7     "category" : "Generic Modules/Projects & Services",
8     "depends" : ["project", 'mrp', "sale"],
9     "description": """
10 This module is used to automatically create tasks base on different
11 procurements: sales order, manufacturing order, ...
12
13 It is mainly used to invoices services based on tasks by doing sales
14 order on services products.
15 """,
16     "init_xml" : [],
17     "demo_xml" : [],
18     "update_xml": ["project_workflow.xml",
19                    "process/project_mrp_process.xml"
20                    ],
21     "active": False,
22     "installable": True
23 }
24 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
25