Friday, May 7, 2021
1 change · master
Enhancements to existing features
Grouped date columns can now include the actual start and end dates behind each label, making actions like quick create and drag-and-drop more reliable. This prepares forecasting workflows, including CRM lead planning, to place records in the correct time period without relying on ambiguous displayed dates.
Original PR description
### [IMP] `web`: add a range to the display value for date read_group Add a way to get the date range of a group for a date field in the frontend. As long as we are using Babel 2.6.0, it is not reliable to reverse-compute the label to a range with moment.js (and will probably never be, since these are 2 totally different libraries) Task-ID: 2243913 COM-PR: https://github.com/odoo/odoo/pull/69380