translations files are by modules
[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'],
9     "description": "Link between project and mrp",
10     "init_xml" : [],
11     "demo_xml" : [],
12     "update_xml": ["project_workflow.xml"],
13     "active": False,
14     "installable": True
15 }
16 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
17