Wednesday, January 3, 2024
4 changes · master
Resolved issues and error corrections
Badge award emails now hide unnecessary user signatures for portal or inactive users and remove the unwanted background frame. This makes recognition emails look cleaner and more professional for recipients.
Original PR description
**Before this PR:** - Portal user signature is visible in the badge email template. - Background color is visible in the badge email template. **After this PR:** - Portal user's signature is being made invisible in emails sent for earned badges. - Background color frame is being removed from the email template. **Task**-3384712
A project module test was corrected so it no longer fails because of year-specific date assumptions. This helps keep quality checks reliable over time without changing how users work with projects.
A previously disabled spreadsheet test has been turned back on after the underlying date-related issue was fixed. This improves ongoing quality checks for spreadsheet global filters without changing user-facing functionality.
Original PR description
This test has been skipped with 306803d17be32be19c029fb651ca125c1d447f87 because it was failing due the new year ("2023" was hardcoded in the test). After that, the test was fixed (6fafdbc9881803adec8a4333309bfade4801247a) but the skip was not removed.
Description of the issue/feature this PR addresses:
Current behavior before PR:
Desired behavior after PR is merged:
---
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-prThis change corrects an internal payroll test so it handles year-related expectations properly. It helps keep payroll validation reliable and reduces the risk of future issues going unnoticed during development.