Daily updates from Odoo
Tuesday, February 18, 2025
3 changes
1 change
Enhancements to existing features
This update aligns several parts of Odoo with newer message recipient behavior. It helps keep salary offers, knowledge discussions, Studio tests, and WhatsApp security checks consistent with the latest communication changes.
2 changes
Enhancements to existing features
When creating a new journal entry, the cursor now starts in the next editable field instead of the entry name. This helps prevent users from accidentally changing the automatically generated sequence number.
Original PR description
…layed name to the next editable field(Reference) 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
Restaurant booking forms now show the answers guests provided to appointment questions. This gives staff the context they need directly in the booking view, helping them prepare for customer visits without checking elsewhere.
Original PR description
This commit allows the calendar_event_view_form_gantt_booking_inherit form view to display the answers to the questions linked to an appointment. https://github.com/odoo/odoo/pull/196426