Thursday, March 19, 2026
1 change · saas-17.3
Resolved issues and error corrections
This update corrects a bug in chart design that was introduced during a recent update. Previously, padding calculations weren't properly accounting for the new way chart titles are stored. This change ensures charts display with the correct padding, improving visual consistency and accuracy.
Original PR description
## Description Since the chart design refactoring, the value of the title is now stored in an object as chart.title.text, instead of the previous chart.title. During the introduction of the design customization, the computation of the padding hasn't been updated, considering now that the title is alsway defined, which is not the case. This PR aims to thix this behavior by changing the condition used in the padding computation. ## Related Tasks/PR: - Task: 0 - https://github.com/odoo/o-spreadsheet/pull/4385 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr