Added process demo data.
[odoo/odoo.git] / addons / process / __terp__.py
1 # -*- encoding: utf-8 -*-
2 {
3     "name" : "Enterprise Process",
4     "version" : "1.0",
5     "author" : "Tiny",
6     "website" : "http://tinyerp.com",
7     "category" : "Generic Modules/Base",
8     "description": """
9 This module allows you to manage your process for the end-users.
10     """,
11     "depends" : ["base", "sale"],
12     "init_xml" : [],
13     "demo_xml" : ['process_demo.xml'],
14     "update_xml" : [
15         "security/ir.model.access.csv",
16         'process_view.xml',
17     ],
18     "active": False,
19     "installable": True
20 }
21
22 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
23