Monday, June 29, 2026
4 changes · saas-18.3
Enhancements to existing features
The action used to send a PDP response is no longer shown as a large button on the invoice/bill screen. It is now available in the settings/menu options, reducing visual clutter while keeping the same functionality through other posting and cancellation actions.
Original PR description
No real need to show a big button for sending a response in PDP as cancelling and posting an invoice/bill would do the same, so we move it to the cog wheel menu task-6274220 Forward-Port-Of: odoo/odoo#268846
Resolved issues and error corrections
This fix ensures that attendees see the proper success message after completing a website event quiz. It improves the clarity of the user experience by showing the right confirmation message at the right time.
Original PR description
opw-6332274 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#272371
Documentation and clarification updates
This change adds a signed Individual Contributor License Agreement for David Sonnet. It is an administrative/legal update that allows the contribution to be accepted and tracked properly, with no functional impact on users.
Original PR description
Signing the Odoo Individual Contributor License Agreement v1.0. Adds `doc/cla/individual/dsonnet.md`. --- I confirm I have read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#270526
When a business card is scanned, the city information is now correctly imported along with the other contact details. This makes saved contact records more complete and reduces the need for manual correction.
Original PR description
Previously, when user scans any business card, every information was fetched except for the city name. After this commit the city field will be properly fetched. task-6332914