odoo/addons/hr/__terp__.py

15 lines
435 B
Python

{
"name" : "Human Resources",
"version" : "0.1",
"author" : "Tiny",
"category" : "Generic Modules/Human Resources",
"website" : "http://tinyerp.com/module_hr.html",
"description": "Module for human ressource management",
"depends" : ["base"],
"init_xml" : [],
"demo_xml" : ["hr_demo.xml", "hr_bel_holidays_2005.xml"],
"update_xml" : ["hr_view.xml", "hr_report.xml", "hr_wizard.xml"],
"active": False,
"installable": True
}