Tuesday, November 7, 2023
7 changes · 17.0
Enhancements to existing features
This update adds test coverage for using screen sharing and camera sharing at the same time during calls. It helps ensure the call experience remains reliable when participants use both video sources together.
Original PR description
This commit contains the tests related to the screen sharing at the same time with camera sharing on call
The point of sale receipt now displays the tracking number slightly larger, making it easier for customers and staff to read. This is a small visual improvement that helps with receipt identification without changing the checkout process.
Original PR description
In this PR we make the tracking number on the pos receipt slightly larger. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update simplifies how the mobile website navigation bar background is styled and removes unused related code. It should make the website styling easier to maintain without changing the visible experience for users.
On top of the change in the template done in https://github.com/odoo/odoo/commit/5dc625fada8ac07ba419f60a7d416210d7b1cb89 This will change the Payment Receipt string when using the en_au language in order to also display that this will print a remittance advice. Task id #3465257 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Original PR description
On top of the change in the template done in https://github.com/odoo/odoo/commit/5dc625fada8ac07ba419f60a7d416210d7b1cb89 This will change the Payment Receipt string when using the en_au language in order to also display that this will print a remittance advice. Task id #3465257 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The website shop now shows a clear error when someone tries to manipulate checkout links or form data to use an invalid customer reference. This prevents confusing behavior and makes the issue easier for users and support teams to understand.
Original PR description
In case user tries to play with url/input to change the partner_id the code handle the case and pop the wrong value. Instead, raise an explicit error message.
This change improves logging when asset bundling performance checks fail, making it easier for support and engineering teams to identify the root cause. It also corrects an onboarding module dependency so asset customizations load more reliably.
Original PR description
Currently the logs are full of "Error detected while generating bundle" message, but there's no way to know why they failed because the error is entirely suppressed. By logging the exc_info, we might surface something useful (or not).
This update fixes the visual spacing in the document inspector interface by adding proper padding between icons and field labels. This improves the overall appearance and readability of the inspector panel, making it easier for users to view document details.
Original PR description
Fix the missing padding between the icon and the field label in the inspector. Task-3562216 Forward-Port-Of: odoo/enterprise#49401