Thursday, April 18, 2024
2 changes · saas-17.2
Resolved issues and error corrections
This update refreshes Odoo's spreadsheet component with several bug fixes that improve everyday use. Users should see more accurate chart formatting, better filter and dashboard behavior, smoother navigation with frozen rows, and fewer editing issues when working with links or embedded figures.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/0c660387f [REL] 17.2.4 https://github.com/odoo/o-spreadsheet/commit/2fe1000b3 [FIX] Charts: format of negative values https://github.com/odoo/o-spreadsheet/commit/50b490603 [FIX] filter: recompute header position Task: 3858512 https://github.com/odoo/o-spreadsheet/commit/1b8782a07 [FIX] dashboard: limit clickable cell recomputation https://github.com/odoo/o-spreadsheet/commit/dfb27ac33 [FIX] FigureContainer: no selection of a figure content Task: 3752290 https://github.com/odoo/o-spreadsheet/commit/579456059 [FIX] evaluation: fix function name interpolation in errors Task: 3839097 https://github.com/odoo/o-spreadsheet/commit/5c96c9844 [FIX] sheetview: pageUp/Down with frozen rows Task: 3847414 https://github.com/odoo/o-spreadsheet/commit/21ac45290 [FIX] Composer: pressing enter in the link editor
The Activate Stripe button in website payment settings has been fixed so it no longer triggers an error. This helps administrators enable Stripe payments without interruption.
Original PR description
When you click 'Activate Stripe' button it threw a traceback. Reason: It seems like returning server action does not work anymore.