Better descriptions on modules
authorFabien Pinckaers <fp@tinyerp.com>
Sun, 22 Apr 2007 21:35:58 +0000 (21:35 +0000)
committerFabien Pinckaers <fp@tinyerp.com>
Sun, 22 Apr 2007 21:35:58 +0000 (21:35 +0000)
bzr revid: fp@tinyerp.com-63c1b2c3dfcb253a4cd827fe5d55031d26bdb025

addons/hr/__terp__.py
addons/hr_contract/__terp__.py
addons/hr_contract_available/__terp__.py

index 327e7d0..12f86bd 100644 (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"],
index 761e0e4..32f4444 100644 (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"],
index c5d1eeb..d0ab156 100644 (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"],