Tuesday, February 27, 2024
2 changes
1 change
Code cleanup and technical improvements
Spreadsheet internals were updated to use the newer shared data source approach from Odoo’s spreadsheet engine. This helps keep document spreadsheets and enterprise spreadsheet features aligned, improving long-term reliability without introducing major user-facing changes.
1 change
Code cleanup and technical improvements
This update removes an unnecessary workaround that was preventing prices from being recalculated in sales orders. The workaround is no longer needed because the system now handles data more efficiently, only sending the information that's actually needed rather than redundant data. This cleanup improves system performance and reduces unnecessary processing.
Original PR description
This reverts commit 789186a43c0234c7b3cb308b1b6673adeedbb308. The fix is not necessary in 17+ since the new onchange only sends the necessary information and not the whole x2m record data. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr