Skip to content
Snippets Groups Projects
Commit f5e1466f authored by Benjamin - Le Filament's avatar Benjamin - Le Filament
Browse files

[fix] error view ur_id

parent 4a0d513f
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,7 @@
<field name="can_edit" invisible="1"/>
<field name="timesheet_line_ids" widget="many2many" domain="[('sheet_id', '=', False), ('employee_id', '=', employee_id)]" options="{'reload_on_button': True}" attrs="{'readonly': [('can_edit','=', False), ('state','!=', 'draft')]}" context="{'form_view_ref' : 'hr_timesheet.timesheet_view_form_user'}">
<tree editable="top">
<field name="ur_id" invisible="1"/>
<field name="date"/>
<field name="employee_id" readonly="1"/>
<field name="state" invisible="1"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment