Friday, August 2, 2024
2 changes · saas-17.2
Resolved issues and error corrections
The project planning warning message no longer remains stuck on screen after users navigate away. This keeps the interface cleaner and avoids confusing notifications appearing outside their relevant context.
Original PR description
Version: saas-17.2 Before this commit: the warning notification for the auto plan would stay on the screen even when navigating to another page. cause: the warning notification were set to be sticky but did not properly handle removing the notification when navigate to another page. Solution: added a method to remove notifications after navigating to another page. task-4023197
Mass mailing smart buttons now show activity only for the specific mailing being viewed, rather than totals from all mailings in the database. This gives users accurate counts and prevents confusion when assessing an individual campaign's performance.
Original PR description
The smart buttons on mass mailings were tracking all mailing traces on the database instead of only mailing traces belonging to the mass mailing in question. Adding a filter on each of these cases to only track traces belonging to the mass mailing in question fixes this issue. opw-3950732 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr