Tuesday, March 24, 2026
1 change · saas-18.1
Resolved issues and error corrections
This fixes an error that could occur when opening a shared Sales Commission spreadsheet link. The spreadsheet data is now cleaned before processing, preventing a trailing line break from causing a crash and improving reliability for shared spreadsheet access.
Original PR description
Steps to reproduce: - Share the Sales Commission spreadsheet - Open the shared link ⮕ traceback This was caused by the trailing line break in the json, so the last character was not a `}`. Task: 6064328 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr