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

3105.1.3 by Christophe Simonis
* add encoding comment and vim comment
1
# -*- encoding: utf-8 -*-
495 by ced
Move less used modules to extra_addons repo
2
{
3105.1.2 by Christophe Simonis
* convert tabs to 4 spaces
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
495 by ced
Move less used modules to extra_addons repo
15
}
3105.1.3 by Christophe Simonis
* add encoding comment and vim comment
16
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
17