Daily updates from Odoo
Wednesday, March 14, 2018
2 changes · master
Code cleanup and technical improvements
This change moves the statusbar click setting into the proper widget configuration area across multiple Odoo apps. It preserves backward compatibility, so users should not see behavior changes, while making the setup cleaner and easier to maintain.
Original PR description
The widget statusbar was using an attribute `clickable` on the field widget to define if the statusbar was clickable. This attribute is in fact not a field attribute but a widget option so it has been moved accordingly. Note that a retro-compatibility adapation is done in the field widget. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Helpdesk notification emails now use an updated internal method to determine recipient groups, aligned with broader mail system changes. This should make email notification processing more efficient without changing the visible Helpdesk workflow.
Original PR description
Task: https://www.odoo.com/web#id=54755&view_type=form&model=project.task&action=333&active_id=965&menu_id=4720 Linked to https://github.com/odoo/odoo/pull/22888