Daily updates from Odoo
Wednesday, February 8, 2023
3 changes · master
Enhancements to existing features
Warehouse users can now scan a different location after scanning products to split the remaining quantity onto a new line. This helps teams pick reserved stock from multiple locations more accurately while keeping completed quantities clear.
Original PR description
This commit allows the user to split move lines to take product from different locations than the one specified, this is done by scanning a location after scanning some products. The missing quantity from the original line will be reserved by the new line and are to be scanned on the new line. The original line reserved quantity will be set to the qty done and marked completed. TaskId: 2859690
Resolved issues and error corrections
Orders using Sendcloud delivery can now be validated without an error when label attachments are added to the order conversation. This prevents paid website orders from getting stuck during delivery processing.
Features or functions removed from Odoo
Several Enterprise apps were adjusted to work after older form, list, kanban, and dialog screen components were removed. This keeps affected apps compatible with the updated Odoo interface foundation and reduces reliance on legacy code.
Original PR description
This commit is the counterpart of odoo/odoo#111809 which removes the legacy implementation of the form, list and kanban views + view dialogs, and some view fields/widgets. Task 3168640