Daily updates from Odoo
Tuesday, July 26, 2022
2 changes
Enhancements to existing features
Spreadsheet date filters can now default to the current period, such as the current year, quarter, or month, instead of staying fixed on a previously selected date. This makes spreadsheet reports more reliable over time and reduces manual updates for users working with recurring reports.
Original PR description
Since task 2800957, the defaults of the year date filter do not make sense anymore (i.e. selecting "2022" will always filter on year 2022, not the current year). The purpose of this task is to replace the date filter default value selection by a checkbox to automatically set the default value to the current period (current year/quarter/month depending on the rangeType). Odoo task 2900848
Subscription customers will only see payment methods that can handle the amount they need to pay. This reduces failed or unsuitable payment attempts, especially for payment providers with minimum or maximum transaction limits.
Original PR description
Task - 2162165 See also: - https://github.com/odoo/odoo/pull/82411 - https://github.com/odoo/documentation/pull/1835 - https://github.com/odoo/upgrade/pull/3703