Daily updates from Odoo
Monday, June 15, 2020
6 changes
Enhancements to existing features
A new timer bar makes it easier for users to start, track, and enter timesheets, including support for quicker keyboard-based entry. The timer functionality is now available as an Enterprise component and integrates with related service, field service, and sales timesheet workflows.
Original PR description
Ease the onboarding of the Timesheets app Ease the encoding of Timesheets using the timer and keyboard keys Move timer to enterprise TaskId: 2217930
Manufacturing teams can now edit production orders more easily from list views and define operations directly on the Bill of Materials screen. The update also streamlines how work orders, serial or lot production, back-orders, and quality steps are handled, reducing extra navigation and manual steps.
Original PR description
Ease manufacturing order edition in allowing to edit in the tree view. Consider that one manufacturing order = 1LN/SN and create back-orders in case several of them should be produced in the same MO. Ease definition of operations and their different steps by allowing to do it in the same BoM screen. joint work Simon Lejeune sle@openerp.com joint work Arnold Moyaux arm@odoo.com joint work William Henrotin whe@odoo.com joint work =?UTF-8?q?R=C3=A9my=20Voet=20=28ryv=29?= ryv@odoo.com joint work yhu-odoo yhu@odoo.com joint work "Tiffany Chang (tic)" tic@odoo.com task-2241471
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 signature request screen now shows a contact's email address alongside their name. This helps users quickly confirm whether the selected signer has an email address before sending a document for signature.
Original PR description
Purpose: -Purpose of this commit is to know we have mail address of the contact. Specification: - Add mail address after the name of the contact on list when we send the signature request. Task- 2259539
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