Daily updates from Odoo
Tuesday, September 13, 2022
2 changes · master
New functionality added to Odoo
Odoo now supports integration with SendCloud for third-party shipping operations. Businesses can use SendCloud shipping methods, calculate pricing, create shipments, print labels, track deliveries, and generate returns directly from Odoo.
Original PR description
This module allows integration with the SendCloud platform for third party shipping. Integration level includes different shipping methods, pricing, creating shipments, printing labels, tracking and generating returns Task: 2797613 COM PR: https://github.com/odoo/odoo/pull/92610
Enhancements to existing features
Manufacturing teams get a redesigned tablet interface that makes workorder steps easier to follow, with instructions shown in a side navigation instead of only at the end. The update also lets workers suggest changes to production steps, attach images or PDFs, and log employee time directly on workorders for better tracking and costing.
Original PR description
### Tablet view revamp Complete rework of the MRP workorder tablet interface. The rework is first a technical change. We change from a modified form view to a new client action written in OWL2. The…
### Tablet view revamp Complete rework of the MRP workorder tablet interface. The rework is first a technical change. We change from a modified form view to a new client action written in OWL2. The second change is functional. The instructions to execute on the workorder (represented by quality.check) are displayed on a vertical sidebar. The user can easily jump from one task to another. This replaces the end summary that was shown only at the end of the workorder. ### PLM integration Directly on a workorder. The user can made suggestion about the current step. - delete it - modify it - add an extra step after it Those suggestions create new ECO specifically for workorder updates in case PLM is installed. A message on the BoM chatter otherwise. ### Employees integration hr.employee have the possibility to work on workorders. Workcenters authorize some, all or no employee to work on their workorders. Similarly to the point of sale, before entering the workorder. An employee will be asked to log him/herself in. Multiple people can work on the same workorder. A mrp.workcenter.productivity will be recorded for each of them. Task: 2427466