Friday, November 25, 2022
4 changes · master
Enhancements to existing features
Survey users can now find live sessions by entering their session code in the existing survey name search. This makes it easier to locate the right survey session without adding extra fields or cluttering the screen.
Original PR description
Allow users to search by live session code without taking extra space in the UI. Task-3067507
This update improves how certain Mail-related records appear in navigation breadcrumbs. Instead of showing technical model names and record IDs, users will see clearer record labels, making navigation easier and less confusing.
Original PR description
**Description of the issue/feature this PR addresses:** for models mail.channel.rtc.session, res.users.settings, res.users.settings.volumes name field is not there in the model, 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 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The automated rental order test flow was updated to work with the newer product selection dialog. This helps keep rental product configuration checks reliable after the related interface change.
Original PR description
Following the changes made to use the new OWL Dialog in `product_matrix`, adapt the tour to the new Dialog. See also: - https://github.com/odoo/odoo/pull/105841 task-3056594
This update adjusts the version information for the Peru electronic invoicing module in preparation for a webinar. It is a minor administrative change with no expected impact on day-to-day business workflows.