Skip to content

Commit

Permalink
[FIX]portal_timesheet:user_id domain in employee view
Browse files Browse the repository at this point in the history
  • Loading branch information
mav-adhoc committed Jan 9, 2025
1 parent e8584b7 commit 0dceb61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion portal_timesheet/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Portal Timesheet',
'version': "18.0.1.0.0",
'version': "18.0.1.1.0",
'category': 'Base',
'sequence': 14,
'summary': '',
Expand Down
2 changes: 1 addition & 1 deletion portal_timesheet/views/hr_employee_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<field name="model">hr.employee</field>
<field name="inherit_id" ref="hr.view_employee_form"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='user_id']" position="attributes">
<xpath expr="//group//field[@name='user_id']" position="attributes">
<attribute name="domain">[]</attribute>
</xpath>
</field>
Expand Down

0 comments on commit 0dceb61

Please sign in to comment.