[FIX] ir.actions.todo are now unskippable
[odoo/odoo.git] / addons / hr / hr_department_view.xml
index 3e02c3e..08fa5e0 100644 (file)
                 <search string="Departments">
                     <field name="name"/>
                     <field name="manager_id" />
-                    <newline />
-                    <group expand="0" string="Group By...">
-                        <filter string="Manager" icon="terp-personal" domain="[]" context="{'group_by':'manager_id'}"/>
-                    </group>
                 </search>
              </field>
          </record>
             <field name="res_model">hr.department</field>
             <field name="view_type">form</field>
             <field name="search_view_id" ref="view_department_filter"/>
-            <field name="help">Your Company's Departments Structure is used to manage all documents related to employees by departments: expenses and timesheet validation, leaves management, recruitements, etc.</field>
+            <field name="help">Your Company's Department Structure is used to manage all documents related to employees by departments: expenses and timesheet validation, leaves management, recruitments, etc.</field>
         </record>
 
-       <menuitem action="open_module_tree_department" id="menu_hr_department_tree" parent="hr.menu_hr_management" sequence="6" groups="base.group_user"/>
+       <menuitem action="open_module_tree_department" id="menu_hr_department_tree" parent="hr.menu_hr_management" sequence="6" />
 
        <record model="ir.ui.view" id="view_users_form_inherit">
             <field name="name">res.users.form</field>