You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FIX] hr_holidays: resolve Missing Record traceback
Steps to reproduce (without demo data):
- Install hr_holidays
- Go to "My Profile"
- Open "Time Off"
Issue:
Accessing Time Off from a user profile triggers a `Missing Record` error.
Cause:
The system was passing the user’s active_id to the employee record
incorrectly.
Fix:
Now, when the context's active_model is 'hr.employee', the correct
active_id is applied.
issue:https://github.com/odoo/odoo/pull/225839/filesclosesodoo#229606
X-original-commit: abf5829
Signed-off-by: Bertrand Dossogne (bedo) <[email protected]>
Signed-off-by: Prakash Prajapati (ppr) <[email protected]>
0 commit comments