Daily updates from Odoo
Tuesday, May 21, 2019
2 changes · master
Enhancements to existing features
The activity menu now shows today’s calendar meetings with the meeting title on the left and the exact time on the right. Users can click the full meeting row to open the calendar view, making upcoming meetings faster to scan and access.
Original PR description
Pad:https://pad.odoo.com/p/r.ba365a66aec2bf726e797fcc13aa4a03 Task:https://www.odoo.com/web?#id=1948737&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720
The Documents app now offers a clearer way to access documents from folder views and simplifies how tags are displayed. Tag selection in the document inspector is also smoother, making day-to-day document organization easier for users.
Original PR description
This commit improves the UX/UI of Documents through changes in the views of workspaces, facets, and actions. Notable changes: * Adds a "document(s)" button to the folder's form view. * Removes the name_get of tags. They no longer contain their facet name. * Improves the behaviour of the inspector's tag selector (focus). Task: #1972698