Daily updates from Odoo
Thursday, January 30, 2025
5 changes · 18.0
Enhancements to existing features
This update makes invoice sending clearer and easier by renaming Print & Send to Send, improving labels and warnings, and adding quick PDF print/preview actions. It also improves Peppol onboarding with more user-friendly EAS fields and updated country mappings, while allowing bank account edits until an invoice is actually sent.
Original PR description
Miscellanous improvements to the Print & Send and to Peppol onboarding: - Nicer translation, warning messages. - Let the bank account be editable when the invoice is posted. Only make it readonly when the invoice is sent. - Some UX change of the EAS fields. - Print & Send: check "email" by default, even when no email is set. We also go back to the default behavior and let a modal open when the email is not set. This will be improved in the generic feature in the future. - Print & Send: Rename "Recipients" to "To". - Add a "Print" button to invoice form so that it prints the PDF. - Update the EAS mapping per country. - EAS renaming to be more user-friendly. - Add a Print button to quickly preview the PDF. !this does not trigger a Print & Send wizard => no declaration to government. - Rename Print & Send to "Send" as we did in 18.1+ already. task-4478365
The point of sale receipt screen now hides the Edit Payment button once a receipt has been printed when employee-based POS features are installed. This prevents staff from seeing an action that should no longer be available after completing the sale receipt flow.
Original PR description
Before this commit: =============== - The 'Edit Payment' button appears even after printing the receipt. (only when pos_hr installed) After this commit: =============== - The 'Edit Payment' button will disappear after printing the receipt. task-4507326 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Attendance kiosk mode now opens directly instead of first showing a popup, reducing an extra step for users. An install button has also been added in the kiosk view, making setup easier from the same screen.
Original PR description
**Specifications:** - remove modal when user click on kiosk mode and directly open kiosk view. - add an install button in kiosk view **After this PR:** Modal will be removed while opening kiosk mode in hr_attendance. Task-4161336
Event staff can now open the registration desk view directly instead of first seeing a kiosk modal. The desk view also includes an Install button, making setup or access more convenient during event operations.
Original PR description
**Specifications:** - remove modal when user click on registration desk and directly open desk view. - Add an Install button in desk view **After this PR:** Modal will be removed while opening kiosk mode in event. Task-4161336
Frontdesk users can now open a desk directly in kiosk mode without first seeing a modal dialog. The kanban card menu also includes an install button, making setup actions easier to find.
Original PR description
**Specifications:** - remove modal when user click on open desk and directly open kiosk view. - add an install button in menu-item in kanban card **After this PR:** Modal will be removed while opening kiosk mode in frontdesk Task-4161336