[IMP] Add menutip to create your employees menu
authorAmit Parmar (OpenERP) <aar@tinyerp.com>
Wed, 12 Oct 2011 10:04:59 +0000 (15:34 +0530)
committerAmit Parmar (OpenERP) <aar@tinyerp.com>
Wed, 12 Oct 2011 10:04:59 +0000 (15:34 +0530)
bzr revid: aar@tinyerp.com-20111012100459-xvqm6x70ofydvoqs

addons/hr/hr_installer.xml

index 263f842..6626b3e 100644 (file)
@@ -15,6 +15,7 @@
             <field name="view_type">form</field>
             <field name="view_mode">tree,form</field>
             <field name="view_id" eval="False"/>
+            <field name="help">Create employees form and  link each employee to a user if you want your employees to have access to the database. You can assign some categories to your employees in order to be able to perform massive operations on all the employees of the same category like allocating holidays.</field>
         </record>
 
         <record id="config_wizard_action_create_hr_employee_installer" model="ir.actions.todo">