Daily updates from Odoo
Monday, June 27, 2022
1 change
Code cleanup and technical improvements
This update simplifies how dashboard tooltip information is passed behind the scenes in Payroll and dashboard components. It should not change what users see, but it makes the code easier to maintain and aligns it with newer framework capabilities.
Original PR description
Previously, we would use t-set to add the tooltip info under the key "info" in the rendering context, while this works fine, it was mostly just a workaround for the lack of support in owl for passing a rendering context to be used by the t-call directly. Since this is now supported in owl, the commit uses this feature for the tooltips and adapts the use sites. community: odoo/odoo#94626