Friday, November 5, 2021
2 changes
New functionality added to Odoo
A new module adds subcontracting information to key manufacturing reports, including Production Analysis and the MRP Cost Structure Report. This helps businesses better understand the role and cost impact of subcontracted work in manufacturing operations.
Original PR description
New module mrp_subcontracting_account_enterprise to add subcontracting information in two reports: - Production Analysis - MRP Cost Structure Report
Enhancements to existing features
Project task views are reordered to make planning tools easier to access, and private tasks are now clearly marked in Gantt popovers. Helpdesk tickets now record cancelled refunds, returns, and repairs, with related notifications shown more cleanly on one line.
Original PR description
This PR will bring miscellaneous generic improvements to project and helpdesk: | Module | Current behavior | Desired behavior after merge |…
This PR will bring miscellaneous generic improvements to project and helpdesk: | Module | Current behavior | Desired behavior after merge | |----------|------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------| | project | The project tasks views are in this order: kanban, list, calendar, pivot, graph, activity, gantt, map | The views will be in this order: kanban, list, calendar, gantt, map, pivot, graph, activity | | project | The "Project" field is left blank for private tasks in the gantt view popover.| The field will indicate 'fa-lock private'| | helpdesk | A notification is sent to the chatter of a ticket in the following cases: refund posted, return done, repair done | A notification will also be posted in case of a cancelled refund, return or repair| | helpdesk | The chatter notifications are displayed over two lines in the following cases: refund posted, refund cancelled, return done, return cancelled, repair done, repair cancelled | These notifications will be displayed on a single line| Related: odoo/odoo#77870 Task-2657697