Daily updates from Odoo
Wednesday, January 24, 2024
2 changes · master
Enhancements to existing features
Approval users can now filter requests by Approved, Refused, or Canceled status and group request lists by status or category. This makes it faster to review approval workloads, spot outcomes, and organize requests for follow-up.
Original PR description
- Add status filters 'Approved', 'Refused', and 'Canceled' - Add status group-by option Task: 3631957
Resolved issues and error corrections
Project update panels now show stat button counts that match the companies selected by the user. This makes multi-company reporting clearer and prevents users from seeing outdated or misleading project figures when switching company context.
Original PR description
Before this commit, the stat buttons count values in the project updates right-side panel were not updated when the user was changing companies in the company selector. After this commit, the counts displayed in the stat buttons are updated based on the selected companies. task-3689065 related-https://github.com/odoo/odoo/pull/150676