Daily updates from Odoo
Friday, July 26, 2024
1 change · master
Code cleanup and technical improvements
This update renames an internal tour setting so that tooltip placement is easier for developers to understand and maintain. It does not change business workflows or user-facing features, but helps reduce confusion when updating guided tours across multiple apps.
Original PR description
In order to clarify and simplify the tours API, it was decided to rename position to tooltipPosition. Indeed, the position key can be confusing while the name tooltipPosition makes things very clear. task~3974087 https://github.com/odoo/odoo/pull/174548