-
- Downloads
[FIX] hr: field `parent_id` shadowing same field on `res.partner`
- On the HR module, the field `parent_id` is added on `res.users`.
The issue here, is that `res.users` inherits the fields from
`res.partner` where `parent_id` is already defined.
This causes issues when trying to read the parent `res.partner`.
Issue found by @rrahir
closes odoo/odoo#34059
Signed-off-by:
Toufik Benjaa (tbe) <tbe@odoo.com>
Please register or sign in to comment