Daily updates from Odoo
Friday, August 8, 2025
1 change · master
New functionality added to Odoo
Spreadsheets can now show several charts inside one carousel figure, letting users switch between charts with tabs instead of placing each chart separately. The CRM pipeline dashboard was updated to use the latest spreadsheet capabilities, improving dashboard presentation and navigation.
Original PR description
A new type of figure, the carousel, was added. This figure allows to display multiple charts in a single figure, with a tabbed interface to switch between them. To implement this, we had to de-correlate the figureId and the chartId, as a figure can now contain multiple charts. This required a bunch of changes through the codebase. Task: [4981828](https://www.odoo.com/odoo/2328/tasks/4981828)