Daily updates from Odoo
Friday, August 16, 2024
1 change · 17.0
Enhancements to existing features
The print dialog now automatically closes after users confirm their print job, eliminating the extra step of manually closing it. This improvement makes the printing process faster and more intuitive, reducing unnecessary clicks and improving overall user experience.
Original PR description
Automatically close the print dialog after the user confirms the print job. This enhancement improves user experience by eliminating the need for users to manually close the dialog, streamlining the printing process. Initially, we considered keeping the modal open until all print operations completed successfully. If any printer encountered an error, the modal would remain open. However, this approach doesn't assist users in resolving the issue, as they would still need to close the modal to correct the problem. Therefore, it is more user-friendly to automatically close the modal after user confirmation. https://github.com/user-attachments/assets/659d971e-25c8-487f-8c02-cf0f5461a920 Forward-Port-Of: odoo/enterprise#68195