Tuesday, February 18, 2025
2 changes · 18.0
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