Daily updates from Odoo
Friday, May 29, 2020
2 changes
Resolved issues and error corrections
On mobile devices, field help tooltips now appear only when the user touches the relevant element, instead of lingering after focus or cursor-like tap behavior. This prevents tooltips from covering important controls such as the date picker, making form editing smoother for mobile users.
Original PR description
Before this commit, the tooltip was shown when a element has focus or the cursor was over. But on mobile the cursor move on tap event only and so the tooltip disappear only when the user tap somewhere else. After this commit, the tooltip appears only when the user touch the element. Steps to reproduce: * Open Odoo on Mobile * Go to CRM app * Select a lead * Go in edit mode * Tap on the "Expected Closing" label field (BUG) As you can see the tootip is over the datepicker. Which is a bit annoying to select a date. Task ID: 2152124
Field service projects can now control sub-tasks, extra quotations, timesheets, and billable settings individually instead of relying only on global settings. This gives teams more flexibility to tailor each project to its operational and sales needs.
Original PR description
Enabling "Extra quotation" is done through the general settings but it should be possible to disable/enable it on specific projects. The current implementation does not allow that since the field enabling the feature is a readonly, user dependent field. Task 2192763