[IMP] Changed all module categories, limited number of categories
[odoo/odoo.git] / addons / hr / hr_installer.xml
index ef7e3e4..5ccbaef 100644 (file)
@@ -19,7 +19,7 @@
                 <attribute name='string'></attribute>
             </xpath>
             <xpath expr="//label[@string='description']" position="attributes">
-                <attribute name="string">You can enhance the base HR Application by installing few HR-related modules.</attribute>
+                <attribute name="string">You can enhance the base HR Application by installing few HR-related functionalities.</attribute>
             </xpath>
           <group colspan="8">
             <field name="hr_holidays"/>
@@ -27,8 +27,8 @@
             <field name="hr_recruitment"/>
             <field name="hr_timesheet_sheet"/>
             <field name="hr_contract"/>
-            <field name="hr_evaluation"/>
             <field name="hr_attendance"/>
+            <field name="hr_evaluation" groups="base.group_extended"/>
             <field name="hr_payroll" groups="base.group_extended"/>
             <field name="hr_payroll_account" groups="base.group_extended"/>
           </group>
@@ -52,6 +52,7 @@
     <record id="hr_installer_todo" model="ir.actions.todo">
       <field name="action_id" ref="action_hr_installer"/>
       <field name="sequence">3</field>
+            <field name="restart">always</field>
     </record>
 
   </data>