Daily updates from Odoo
Thursday, September 5, 2024
1 change · 17.0
Enhancements to existing features
The accounting dashboard's bill filter has been updated to show bills marked for payment release or those with exceptions, removing the previous date-based filter. This change simplifies the bill review process by focusing on payment status rather than invoice age, helping accounting teams prioritize bills that need attention.
Original PR description
Change the conditions of the account_3way_match filter on accounting dashboard for the bills journal. Before this commit: Show Bills with release_to_pay = 'yes' or invoice date < today. After this commit: Show Bills with release_to_pay = 'yes' or 'exception', the invoice date is no more used. task:3877069 Forward-Port-Of: odoo/enterprise#69068 Forward-Port-Of: odoo/enterprise#67357