Friday, December 26, 2025
2 changes · master
Enhancements to existing features
When setting an employee contract end date, the date picker now starts from the contract start date if that start date is in the future. This makes contract entry more intuitive and reduces extra navigation for HR users.
Original PR description
This commit makes the contract_end_date field focus on the contract_start_date instead of today's date when the start date is in the future. This improves overall usability. task - 5076457
Point of Sale users can now select and copy text from error popups. This makes it easier to share exact error messages with support teams or include them in troubleshooting reports.
Original PR description
Before this commit, it was not possible to select and copy text from the error popup shown in the POS interface. This limitation hindered users from easily copying error messages for reporting or troubleshooting purposes. task-id: 5411067 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#240570