Friday, April 12, 2024
2 changes · saas-17.2
Resolved issues and error corrections
This update improves how system errors are recorded so support and engineering teams receive more complete diagnostic details. Better error reports help teams understand failures faster and reduce time spent investigating issues.
Original PR description
This commit ensures that the complete exception information is captured by Sentry with the use of logger exception. This modification improves the error reporting functionality by providing more comprehensive information about the encountered exceptions. This will aid in debugging and diagnosing issues, enabling faster resolution of potential problems. see-https://github.com/odoo/odoo/commit/ff9da0e9e20a1c4ba682af40fecd23bac121b5d1
Fixes display issues in the calendar month view when opening the "+X more" popover. Users can now see properly styled events and scroll the popover when it contains many items or appears near the bottom of the page.
Original PR description
This commit fixes some problems in the calendar view: * event's style in the popover * the scroll when the popover is at the bottom of the view * the inner style of the popover to be able to scroll if too tall Steps to reproduce: * Open the Planning App * Go on the month view if not already in * Click on the "+X more" link => BUG the style and the popover can't be scroll. task-3833629 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr