Skip to content
Snippets Groups Projects
Commit 12866bd6 authored by Jérome Maes's avatar Jérome Maes
Browse files

[IMP] hr_timesheet: privacy of some field on employee form view

parent b6d697a1
Branches
Tags
No related merge requests found
......@@ -20,7 +20,7 @@
<field name="arch" type="xml">
<xpath expr="//group[@name='active_group']" position="before">
<!-- Empty invisible group to be filled by timesheet_grid and sale_timesheet -->
<group string="Timesheets" name="timesheet" invisible="1">
<group string="Timesheets" name="timesheet" invisible="1" groups="hr_timesheet.group_timesheet_manager">
</group>
</xpath>
<xpath expr="//button[@name='toggle_active']" position="before">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment