Friday, April 25, 2025
2 changes
New functionality added to Odoo
Knowledge users can now create and share direct links to specific headings in an article. Clicking the new link icon next to a heading copies the link, updates the browser address, and lets recipients jump straight to that section with a brief highlight.
Original PR description
Community PR: https://github.com/odoo/odoo/pull/189424 --- PURPOSE Users often create content with multiple sections marked by headings (especially in Knowledge). To ease the navigation and sharing,…
Community PR: https://github.com/odoo/odoo/pull/189424 --- PURPOSE Users often create content with multiple sections marked by headings (especially in Knowledge). To ease the navigation and sharing, each heading should be treated as an anchor that users can get and share with others. Users can easily obtain a link to any heading by simply clicking a anchor button next to the title. This link can then be used to navigate directly to the corresponding section. SPEC - Next to each heading, add the anchor button (with opacity, see icon - see https://fontawesome.com/v4/icon/link) - By clicking to the anchor button, a link is copied into the user's clipboard, we update the URL of the browser too and we auto-scroll to this content - The url contains a random hash to access the heading - If anyone else with the right access clicks on this link, they are redirected to the content and the heading is highlighted a few ms Enable the feature for knowledge only at this stage. task-3595680
Users can now create geographic charts in spreadsheets using Odoo data grouped by country or state. This makes location-based trends easier to visualize and compare directly inside business reports.
Original PR description
This commit adds the possibility to create a geo chart with odoo data. The option is only available when the data is grouped by `res.country` or `res.country.state`. Task: [4661689](https://www.odoo.com/web#id=4661689&cids=1&menu_id=4720&action=333&active_id=2328&model=project.task&view_type=form)