1
# -*- encoding: utf-8 -*-
2
"name" : "Human Resources Evaluation",
5
"category" : "Generic Modules/Human Resources",
6
"website" : "http://tinyerp.com/module_hr.html",
8
"description": "Ability to create employees evaluation.",
10
"demo_xml" : ["hr_evaluation_demo.xml"],
11
"update_xml" : ["hr_evaluation_view.xml"],
3
"name" : "Human Resources Evaluation",
6
"category" : "Generic Modules/Human Resources",
7
"website" : "http://tinyerp.com/module_hr.html",
9
"description": "Ability to create employees evaluation.",
11
"demo_xml" : ["hr_evaluation_demo.xml"],
12
"update_xml" : ["hr_evaluation_view.xml"],
16
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: