Friday, March 17, 2023
1 change · master
Enhancements to existing features
Spreadsheet exports to Excel now include images by having the server package the image files into the exported file. This reduces data sent from the browser and helps exported spreadsheets better match what users see in Odoo.
Original PR description
This commits implements the zipping of images when exporting xlsx file. Because the image file needs to be copied into the .xlsx, a helper function to get the image file using relative path is also made. Task: 3125701