Friday, January 19, 2024
2 changes · saas-17.1
Resolved issues and error corrections
Project sharing users no longer see an error when hovering over task stages in the kanban view. The unused stage tooltip setting was removed because it relied on information that is no longer available, improving stability without changing visible functionality.
Original PR description
shout out to luve https://github.com/odoo/odoo/pull/149002 Issue: When the user hovers the stage in project sharing task kanban view, a traceback appears. Reason: In the task kanban view, there is a groupby tooltip description. That is supposed to display a tooltip on stage hover with the description of the stage. However, the field description is not present on the project.task.type since the 17.1 Solution: Remove the group_by_tooltip option on the stage_id field in the project sharing kanban view (which was already not displaying anything) --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Knowledge app now places embedded view actions like Open and Rename inside the settings menu instead of showing them directly on the article. This keeps the article layout cleaner and avoids overlap with content or comments.
Original PR description
This commit moves the embedded actions `Open` and `Rename` to the cog menu of the embedded views so that it doesn't interfer with either the top of the article or, in later versions, with comments. task-3635780 This commit is a FW of c3e83668bf9953aea361fb6e3e461bb65c83316c