Thursday, December 22, 2022
3 changes · master
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.
Users can now clear selected PDF pages by clicking outside the pages, making document handling more intuitive. The same Shift + A shortcut can also toggle selection off, so users can quickly select or unselect all pages in one action.
Original PR description
…ywhere but the pages or by pressing Shift + A
Spreadsheet-related records now show clearer names in navigation breadcrumbs instead of technical model names and IDs. This makes it easier for users to understand where they are when viewing spreadsheet revisions or contributors.
Original PR description
**Description of the issue/feature this PR addresses:** for models spreadsheet.revision, spreadsheet.contributor name field is not there in the model and also rec name is not set, so breadcrump currently showing model_name, id , so adding rec_name for these model for better breadcrump. **Current behavior before PR:** Breadcrump showing model_name, id **Desired behavior after PR is merged:** Better breadcrumb for the models