~openerp-commiter/openobject-addons/trunk-extra-addons

« back to all changes in this revision

Viewing changes to hr_evaluation/__terp__.py

merging new development from indian accounting

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- encoding: utf-8 -*-
1
2
{
2
 
        "name" : "Human Resources Evaluation",
3
 
        "version" : "0.1",
4
 
        "author" : "Tiny",
5
 
        "category" : "Generic Modules/Human Resources",
6
 
        "website" : "http://tinyerp.com/module_hr.html",
7
 
        "depends" : ["hr"],
8
 
        "description": "Ability to create employees evaluation.",
9
 
        "init_xml" : [],
10
 
        "demo_xml" : ["hr_evaluation_demo.xml"],
11
 
        "update_xml" : ["hr_evaluation_view.xml"],
12
 
        "active": False,
13
 
        "installable": False
 
3
    "name" : "Human Resources Evaluation",
 
4
    "version" : "0.1",
 
5
    "author" : "Tiny",
 
6
    "category" : "Generic Modules/Human Resources",
 
7
    "website" : "http://tinyerp.com/module_hr.html",
 
8
    "depends" : ["hr"],
 
9
    "description": "Ability to create employees evaluation.",
 
10
    "init_xml" : [],
 
11
    "demo_xml" : ["hr_evaluation_demo.xml"],
 
12
    "update_xml" : ["hr_evaluation_view.xml"],
 
13
    "active": False,
 
14
    "installable": True
14
15
}
 
16
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
 
17