Thursday, December 22, 2022
2 changes · master
New functionality added to Odoo
Users can now insert images into spreadsheets directly from their computer and place them over cells. Images can be resized while keeping proportions, copied, cut, pasted, reset to original size, or deleted, making spreadsheet reports and dashboards more visually flexible.
Original PR description
Add the insertion of image in spreadsheet. Can insert an image over cells from the UI. The resize of image from a corner anchor keep his ratio. The user can choose an image from his computer. FileUploader save the image in Odoo. Can copy cut paste reset_size and delete images. Figure of image don't have border. Odoo task ID: [2955759](https://www.odoo.com/web#id=2955759&cids=1&model=project.task&view_type=form)
Enhancements to existing features
Rental options can now be configured from mobile sales screens, making it easier for teams to create rental orders away from desktop. Rental pricing is computed automatically in the mobile flow, while availability checks remain unavailable on mobile.
Original PR description
Enterprise counterpart of https://github.com/odoo/odoo/pull/34439 Rental extension of product configurator is disabled when rent options isn't set (to avoid renting products in sale). To enable it for mobile, the options has to be set also for sale.order.line form view.