Daily updates from Odoo
Friday, August 29, 2025
2 changes
1 change
Code cleanup and technical improvements
The spreadsheet filter editor side panel now uses a shared footer area for save, delete, and cancel actions. This streamlines the interface implementation and should make future updates to these controls more consistent across filter types.
Original PR description
This commit adds a new component called GlobalFilterFooter, which is used to render the footer of the global filter editor side panel. The footer includes buttons for saving, deleting, and canceling changes to the filter. Task: 5042717
1 change
Code cleanup and technical improvements
This update prepares customer payment follow-up reports for easier customization. Businesses can now tailor which overdue and upcoming payment lines appear in communications without changing the core report flow.
Original PR description
The goal with these hooks is to allow customization of overdue and due lines that are going to be printed on the followup report to be communicated to the customer.