Daily updates from Odoo
Tuesday, July 26, 2022
3 changes · master
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
Features or functions removed from Odoo
The Website Sales dashboard no longer includes the embedded Google Analytics dashboard because Google Analytics 4 can no longer be embedded this way. This prevents users from relying on a broken or unsupported analytics view in Odoo settings.
Original PR description
Master PRs: Community: https://github.com/odoo/odoo/pull/96280 Enterprise: https://github.com/odoo/enterprise/pull/29666 Documentation: https://github.com/odoo/documentation/pull/2499 Upgrade: https://github.com/odoo/upgrade/pull/3698 --------------- See community PR, GA4 can't be embed anymore.