Better descriptions on modules

bzr revid: fp@tinyerp.com-63c1b2c3dfcb253a4cd827fe5d55031d26bdb025
This commit is contained in:
Fabien Pinckaers 2007-04-22 21:35:58 +00:00
parent b5275d3ee9
commit 5cfa1254f4
3 changed files with 24 additions and 1 deletions

View File

@ -4,7 +4,15 @@
"author" : "Tiny",
"category" : "Generic Modules/Human Resources",
"website" : "http://tinyerp.com/module_hr.html",
"description": "Module for human ressource management",
"description": """
Module for human ressource management. You can manage:
* Employees and hyerarchies
* Work hours sheets
* Attendances and sign in/out system
* Holidays
Different reports are also provided, mainly for attendance statistics.
""",
"depends" : ["base"],
"init_xml" : [],
"demo_xml" : ["hr_demo.xml", "hr_bel_holidays_2005.xml"],

View File

@ -6,6 +6,14 @@
"website" : "http://tinyerp.com/module_hr.html",
"depends" : ["hr"],
"module": "",
"description": """
Add all information on the employee form to manage contracts:
* Martial status,
* Security number,
* Place of birth, birth date, ...
You can assign several contracts per employee.
""",
"init_xml" : ["hr_contract_data.xml"],
"demo_xml" : [],
"update_xml" : ["hr_contract_view.xml"],

View File

@ -6,6 +6,13 @@
"website" : "http://tinyerp.com/module_hr.html",
"depends" : ["hr_contract"],
"module": "",
"description": """
This module is a reservation system on employees.
You can assign an employee to a poste or a department for a
defined period. This module is used to track availability and
reservations on human ressources.
""",
"init_xml" : [],
"demo_xml" : [],
"update_xml" : ["hr_contract_available_view.xml"],