Daily updates from Odoo
Monday, August 8, 2022
7 changes
Enhancements to existing features
The VoIP call record wording has been updated so call type is now described as call direction. This makes incoming and outgoing call information clearer and keeps the system aligned with related upgrade changes.
Original PR description
Upgrade: odoo/upgrade#3748 Part of task-2946324.
Project forms and the Timesheet & Planning Statistics report now show matching information. This improves confidence in planning and timesheet figures by removing discrepancies between views.
Original PR description
Prior to this commit, there was an inconsistency between the information displayed in the project form and the "Timesheet & Planning Statistics" report. This commit ensures that those are the same. Co-authored-by: Xavier BOL (xbo) <xbo@odoo.com> task-2946690
The editor Powerbox items in Appointment and Knowledge have been reorganized into clearer categories and a more useful order. This should make it easier for users to find and insert the content options they need while writing.
Original PR description
This reorganizes the items in the Powerbox. Community PR: https://github.com/odoo/odoo/pull/96287 task-2901697
This update improves several field service workflows, including clearer task report naming, better report layout, improved task search and grouping, and cleaner product selection cards. It also adds a way to turn selected tasks into calendar events while avoiding duplicate event creation.
Original PR description
- task report mail template > change 'of our onsite...' to 'for our onsite...' . - choose products kanban card > hide variants tags. - improve demo data to add log not for intervention planned SMS in…
- task report mail template > change 'of our onsite...' to 'for our onsite...' . - choose products kanban card > hide variants tags. - improve demo data to add log not for intervention planned SMS in the chatter of the tasks that are not in the 'new' stage. - improve tasks analysis report in fsm. - rename the 'worksheet report (pdf)' report into 'task report'. - improve ui of task report. - add quick search and group by for ancestor_id field in task and task report search view in fsm only visible when the 'sub-tasks' feature is enabled in the settings of project . - configuration > worksheet templates: add the following placeholder for the name: 'e.g. Device installation' - project.task kanban view quickcreate: add the 'project' field This commit adds a action to generate the events convert for the selected tasks by the user in the list view into calendar events. Each task selected by the user will generate only one calendar event, if one task has already generated a calendar event than this task is not taken into account during the generation of the calendar events and vice versa. task-2824000
The Point of Sale interface received small visual refinements to make daily use feel smoother and less disruptive. Demo data loading is now handled in the backend, and a gentler alert style replaces more alarming error popups where appropriate.
Original PR description
Small visual changes that should improve the user experience. The loading demo data popup has been moved to the backend. task-id: 2485062
Timesheet users get a cleaner timer and grid experience, with task choices better aligned to valid timesheet tasks and empty placeholder rows removed when there is no data. Helpdesk tickets now include a timesheets report, and time-off-generated timesheets are protected from unsupported merging.
Original PR description
In this PR done following changes: - improve task field domain in timesheet timer according to timesheet task field. - remove the empty line when there is no timesheet in grid view. - add timesheet entries report in helpdesk ticket. Related PR: * odoo/enterprise#27047 task-2826265
Quality check categories were renamed to better match what users see in inventory and manufacturing flows, reducing confusion when setting up controls. A new operation-level check now creates one quality check per picking, and related fixes prevent lost manufacturing checks and errors when periodic checks are missing a frequency type.
Original PR description
The previous naming of the quality check type was quite confusing. The 'operation' type actually created a check by product and not a single one by operation. The 'product' type created a check by Lot/SN. Those were renamed to be more consistent. The old 'operation' type is now 'product' and the old 'product' type is now 'Quantity' (move_line). On top of that, a new 'operation' type was added. This applies on the operation, with one single quality check by picking. Upgrade-PR: https://github.com/odoo/upgrade/pull/3741 Task-ID: 2614033