~technofluid-team/openobject-addons/technofluid_multiple_installations

« back to all changes in this revision

Viewing changes to hr_skill/__terp__.py

  • Committer: pinky
  • Date: 2006-12-07 13:41:40 UTC
  • Revision ID: pinky-dedd7f8a42bd4557112a0513082691b8590ad6cc
New trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
        "name" : "Skill Management",
 
3
        "version" : "0.1",
 
4
        "author" : "Tiny",
 
5
        "category" : "Generic Modules/Human Resources",
 
6
        "website": "http://www.tinyerp.com",
 
7
        "depends" : ["hr"],
 
8
        "description": "Generic and powerfull skill management system. This module allows you to manage your company and employees skills, interviews, ...",
 
9
        "demo_xml" : ["hr_skill.weight.category.csv","hr_skill.weight.csv","hr_skill.skill.csv",\
 
10
                                "hr_skill.profile.csv","hr_skill.position.csv","hr_skill.experience.csv",\
 
11
                                "hr_skill.experience.category.csv","hr_skill.evaluation.category.csv"],
 
12
#       "demo_xml" : ["hr_skill.evaluation.csv"],
 
13
        "init_xml" : [],
 
14
        "update_xml" : ['hr_skill_report.xml','hr_skill_view.xml'],
 
15
        "active": False,
 
16
        "installable": False
 
17
}