Daily updates from Odoo
Friday, September 12, 2025
2 changes
Features or functions removed from Odoo
This update removes an internal function that was recently added but never used. It keeps the web and website-building code cleaner without changing what users see or how they work.
Original PR description
A function has been recently added to the action service API, but it turns out that it wasn't useful (no even used by the PR adding it). This commit removes it. 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
The messaging module now uses a single guest name field instead of keeping a separate display name. This is a small cleanup that reduces duplicate data handling without changing what users see.
Original PR description
This commit removes the `displayName` field from the JS model of `mail.guest`. It's not needed as we always display the guest `name` field. task-4965928