Friday, August 27, 2021
3 changes · master
Resolved issues and error corrections
This fix prevents planning data summaries from being forced into a more detailed grouping mode when that was not requested. It helps ensure Planning views and reports load grouped information consistently with the user's selected options.
Original PR description
Prior to this commit, the read_group lazy argument was forced to False due to the read_group override. The read_group override is only useful when the lazy argument is set to False, the override is now executed when lazy argument has such value. read_group params in the super call are clarified to avoid any ambiguity. This commit fixes PR #19695 . task-2633228
Miscellaneous changes
Steps to reproduce: - Open Project App and navigate trough Task Menu. - Display the tasks in the Gantt View. - Try not to display other popover than the one on the pill you use in next step. - Start either: - Dragging a border of a pill (in order to schedule it longer) but come back to its original size before realeasing the mouse button. - Dragging a pill (in order to schedule it at a different time) but come back to its original p
Original PR description
Steps to reproduce:
- Open Project App and navigate trough Task Menu.
- Display the tasks in the Gantt View.
- Try not to display other popover than the one on the pill you use in next step.
- Start either:
- Dragging a border of a pill (in order to schedule it longer) but come
back to its original size before realeasing the mouse button.
- Dragging a pill (in order to schedule it at a different time) but come
back to its original place before realeasing the mouse button.
- Hover the other pills
Observed behavior:
- The popover are empty and stay in the interface.
Expected behavior:
- The popover are correctly filled and are hidden one we mouseout the pill.
Related PR: #18045
Forward-Port-Of: odoo/enterprise#20471Access Error when creating worksheet template from the Field Service task form task - 2585876 Forward-Port-Of: odoo/enterprise#20458
Original PR description
Access Error when creating worksheet template from the Field Service task form task - 2585876 Forward-Port-Of: odoo/enterprise#20458