-
- Downloads
[FIX] hr_timesheet: Avoid calling super() into the void
Before this commit:
In helpdesk_timesheet, we have a compute_task_id with super.
But in hr_timesheet, task_id is not a compute field, so this
compute has no effect.
After this commit:
Task_id is changed to compute stored field.
taskId 2285926
closes odoo/odoo#54117
Related: odoo/enterprise#11682
Signed-off-by:
Yannick Tivisse (yti) <yti@odoo.com>
Please register or sign in to comment