Wednesday, April 30, 2025
3 changes · saas-18.3
Resolved issues and error corrections
Opening an accrual plan level in debug mode could trigger an error because the day selection field was not prepared correctly. This fix restores the expected behavior so HR users and administrators can view and edit accrual plan levels without interruption.
Original PR description
Before this commit, the widget didn't build extractProps correctly, resulting in a traceback. Reproduce the issue: - go in debug mode - go to an accrual plan - open any accrual plan level
This update adds sample call information to existing live chat demo records. It helps teams test and validate live chat reporting more accurately during development without affecting real customer data.
Original PR description
This PR adds call data for some of the livechat demo data already existing. This helps for development especially for checking the reports. task-4753020 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fix removes a tax report check that had been unintentionally brought back after it was previously removed. It helps keep accounting report behavior aligned with the intended workflow and avoids unnecessary blocking during tax return handling.
Original PR description
This check got removed by https://github.com/odoo/enterprise/commit/1f66777dc25e55f53338efb7314bb8de69c995a0 , then mistakenly reintroduced by https://github.com/odoo/enterprise/commit/6d53412ed12082d9bd55032def36892401d4b262