Daily updates from Odoo
Wednesday, August 10, 2022
1 change · master
New functionality added to Odoo
Spreadsheet users can now create date filters based on recent periods such as the last 7, 30, or 365 days, or the last 3 years. This makes dashboards and reports stay up to date automatically without manually adjusting date ranges, while excluding the current day for consistent reporting.
Original PR description
Add a new option in the date global fitler to create a relative date filter. The filter can have the value : - last 7 Days (last_week) - last 30 Days (lasy_month) - last 365 Days (last_year) - last 3 Years (last_three_years) The current day is never included. Odoo task [2909075](https://www.odoo.com/web#id=2909075&menu_id=4720&cids=1&action=333&active_id=2328&model=project.task&view_type=form)