Daily updates from Odoo
Friday, May 6, 2022
1 change · master
Resolved issues and error corrections
Spreadsheet pivot formulas now work correctly when a pivot is grouped by a selection field. This prevents formula errors and makes inserted pivot tables more reliable for users analyzing categorized data.
Original PR description
Group a pivot by any selection field and insert the pivot in the spreadsheet. => Formulas with this field are in #ERROR The field value (a string) is parsed as a number instead of a string The code is refactored to make it more easily testable I think we would go a bit further and "push" the "raw" string values parsing up, such that the minimum amount of code needs to handle that. Task 2841206