Monday, February 10, 2025
4 changes · master
Enhancements to existing features
The bank reconciliation view now clearly labels entries that are not linked to a bank statement with “No bank Statement.” This makes it easier for users to distinguish these entries at a glance and reduces confusion during reconciliation.
Original PR description
Before this change, lines without statements were visually indistinguishable from those with statements in the bank reconciliation view. This update improves clarity by ensuring such lines are easier to differentiate by adding "No bank Statement" above the lines task: 4412424
This update modernizes automated tests for several Odoo Studio editing tools, including reports, lists, calendars, maps, charts, pivots, and new model creation. It helps ensure these Studio features remain stable and easier to maintain, without changing day-to-day user workflows.
This update improves automated checks around test bundles in Odoo Enterprise. It helps ensure export-related behavior in Web Studio remains reliable without introducing direct user-facing changes.
Activity summaries for tax report reminders no longer repeat the deadline, since the due date is already shown separately. This makes dashboard activities shorter and easier for users to scan.
Original PR description
We're removing the "deadline" from the summary as the actual deadline on the activity is enough for the users to know when it is due. This also makes the activity look more concise and easier to read on the dashboard. Task ID: 4501944