Wednesday, April 2, 2025
3 changes · saas-18.2
Enhancements to existing features
The work entries search view no longer applies a conflicting default filter. This makes it easier for HR users to see the expected work entry records without needing to adjust filters manually.
Original PR description
remove conflicting default filter in work entries search. task-4669093 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Knowledge app now shows a plus icon on the New Article button instead of a pen icon. This makes the button more consistent with other Odoo screens where plus icons indicate creating something new.
Original PR description
In the Knowledge editor, the "New Article" button uses a "pen" icon, while most buttons for creating a new record in Odoo use a "plus" icon. To ensure consistency across views, we are replacing the "pen" icon with a "plus" icon. task-4690444
Belgian reporting now uses the standard activity scheduling process already available in Odoo, instead of a duplicate method. This reduces maintenance risk while preserving compatibility for existing stable versions.
Original PR description
Essentially a backport of 5e73cb5defd4139e46f08486601a0d0f81a0362c Due to an oversight, we added an unnecessary activity scheduling method in d684d074af82fbd0fac6b3a1c56b4e01a17dd74a. This should be replaced by the already existing `activity_schedule` method in `account.move`. To avoiding breaking stable, we're keeping the method but no longer using it. No task ID.