Daily updates from Odoo
Monday, June 15, 2020
3 changes · master
Enhancements to existing features
Grid views now use clearer highlighting and subtler styling to make rows, columns, totals, and empty values easier to scan. Timesheet-style entries also look cleaner in read-only mode by hiding unnecessary leading zeros.
Original PR description
PURPOSE Various design improvements on the grid view SPECIFICATION - row and column are highlighted when hovering a cell except the purple total row and column - empty cells (o_grid_cell_empty) only display the content when hovering one - set opacity:0.3 on null/empty(o_grid_cell_null) section values - hide the leading zero of the timesheet_uom widget in readonly TASK 2261853
Odoo Studio now lets users edit an action's domain and context directly from the action editor, making it easier to adjust default filters and behavior without code. When leaving Studio, the action is reloaded with the latest saved settings so changes take effect immediately and avoid stale filter behavior.
Original PR description
Task: https://www.odoo.com/web#id=1998597&action=327&model=project.task&view_type=form&menu_id=4720 pad: https://pad.odoo.com/p/r.b1c40098ea02865bc85936f489814128 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Sign app onboarding now starts from a clearer primary button and uses animations to show users that fields should be dragged into documents. Several display issues were also cleaned up, improving field headers, drag behavior, and button layout for a smoother signing template setup experience.
Original PR description
* Change the starting point of the tour as a primary button instead of a link
* Add an animation on the SignItems (and related button) to make it clearer to
the user that (s)he needs to drag the SignItem
* Fix some display issues ('Field' header height), SignItems when starting to
drag, SignItem buttons layout
task-2276421