Daily updates from Odoo
Tuesday, May 14, 2024
1 change
Enhancements to existing features
Knowledge articles now show their place in the article hierarchy directly in the top bar, replacing generic breadcrumbs. Users can more easily understand where an article sits, jump to related parent articles, and move back and forward through recently opened articles, while less-used article setup actions are grouped under more options to save space.
Original PR description
Purpose: -------- Instead of showing the general breadcrumbs, the form view of knowledge now displays the current article's hierarchy. This makes it easier for users to jump to articles (no need to look for the parent in the sidebar anymore) and to have more context about the current article. Two new buttons on the left of the hierarchy allow the user to jump back to previously opened articles, as well as to the previous action when applicable (like clicking on the previous breadcrumb item if any). The "add icon", "add cover" and "add properties" buttons are moved in the "more options" panel to save space as the breadcrumbs and hierarchy may take a lot of space in the topbar. See underlying commits for more details. Task-3790413