Saturday, May 17, 2025
1 change · master
Enhancements to existing features
Spreadsheet-related features now use a newer, shorter identifier generator. This is an internal efficiency improvement that can reduce generated data size without changing how users work with spreadsheets.
Original PR description
Since https://github.com/odoo/o-spreadsheet/pull/5704, a new uuid generator has been added to spreadsheet, with the benefit of being smaller and more efficient than the previous one. This commit updates the code to use the new uuid generator instead of the old one. Task: 4709008