Skip to content
Snippets Groups Projects
Commit 8893c575 authored by Kevin Baptiste's avatar Kevin Baptiste
Browse files

[FIX] hr: add missing fields on tree view


The domain of `work_location_id` requires the company_id and address_id
which were missing from the tree view, showing a traceback when trying
to change that field.

closes odoo/odoo#101182

X-original-commit: 8376adc1
Signed-off-by: default avatarKevin Baptiste <kba@odoo.com>
parent d1b053b9
No related branches found
No related tags found
No related merge requests found
......@@ -277,6 +277,8 @@
<field name="department_id"/>
<field name="job_id"/>
<field name="parent_id"/>
<field name="address_id" invisible="1"/>
<field name="company_id" invisible="1"/>
<field name="work_location_id" optional="hide"/>
<field name="coach_id" invisible="1"/>
<field name="active" invisible="1"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment