odoo/addons/hr_contract/__terp__.py

15 lines
357 B
Python

{
"name" : "Human Resources Contracts",
"version" : "0.1",
"author" : "Tiny",
"category" : "Generic Modules/Human Resources",
"website" : "http://tinyerp.com/module_hr.html",
"depends" : ["hr"],
"module": "",
"init_xml" : ["hr_contract_data.xml"],
"demo_xml" : [],
"update_xml" : ["hr_contract_view.xml"],
"active": False,
"installable": True
}