Tuesday, June 25, 2024
1 change · master
Code cleanup and technical improvements
Spreadsheet formulas now handle values like numbers and true/false choices in a more consistent way. This supports more reliable spreadsheet behavior, especially when using pivot tables and autofill features.
Original PR description
This commit is the counterpart of https://github.com/odoo/odoo/pull/169914. It adapts the autofill plugin and its tests to the parsing of arguments. It also adapts the tests to the new formatting of arguments (boolean is now a boolean in the formula, a number is a number, etc.). Task: 3991743