Thursday, December 20, 2018
2 changes · master
Enhancements to existing features
Users can now group the apps and modules list by status, making it easier to see which modules are installed, uninstalled, or in an error state. This helps administrators quickly spot modules needing attention without manually scanning the full list.
Original PR description
Description of the issue/feature this PR addresses: add a filter to group by state. @nim-odoo -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Resolved issues and error corrections
A new automated test verifies that marketing automation correctly handles unique field filtering, including cases involving related records. This helps prevent regressions in campaign targeting logic and supports more reliable marketing workflows.
Original PR description
Commit refactored the unique field filtering. We add a test to check correctness of this method. The commit is added in master as opposed to v11 as we need a test class with a relational field. opw 1912026