Monday, May 4, 2026
1 change
Features or functions removed from Odoo
This change removes a previously implemented feature that checked spreadsheet compression. This verification was introduced to aid debugging but has not been needed since its addition, streamlining the process and reducing unnecessary overhead.
Original PR description
Compression verification was introduced to check that the compression of the spreadsheet data was correctly done, and to help debugging issues related to it. We can now remove it as we haven't had any issue related to compression since its introduction. Task: 6179135