Daily updates from Odoo
Tuesday, August 2, 2022
2 changes · master
Resolved issues and error corrections
Spreadsheet upgrades now handle invalid formulas without crashing during migration. This helps businesses keep existing spreadsheets accessible and reduces upgrade interruptions when older files contain broken formulas.
Original PR description
Commit 4e27ef0 introduced a migration process to convert PIVOT formulas parameters. However, this process crashes if the spreadsheet contains some invalid formulas because it cannot parse them.
This update aligns Enterprise report generation with the latest core reporting changes, reducing the risk of reports being created with the wrong company or user context. It affects payroll, field service, signing, stock barcode, Belgian and Mexican localization reports, and Studio report customization, helping reports remain accurate across business workflows.
Original PR description
Enterprise part of odoo/odoo#91341