Daily updates from Odoo
Friday, April 12, 2024
3 changes
1 change
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
2 changes
Resolved issues and error corrections
This fix ensures Chilean electronic invoice receipt details are only added when the point of sale belongs to a Chilean company. It prevents receipts from showing an undefined barcode or related incorrect data in other company contexts.
Original PR description
Verify if we are in a chilean company when adding data to the receipt.
This change makes an automated payroll test wait until the page is ready before continuing. It helps prevent false test failures when all modules are loaded, improving confidence in payroll quality checks without changing user-facing behavior.
Original PR description
For some reason, when all the modules are loaded, the step - click on action - is not stepped on. This is probably because it is executed before the page is even loaded. That's why we add the check.