Monday, March 21, 2022
2 changes · master
Enhancements to existing features
Inventory users get clearer reporting options, including grouping product moves by category or carrier and seeing batch transfer details. Product barcode conflicts now show more helpful related-product information, while inventory screens receive clearer status colors and more compact product form fields.
Original PR description
[IMP] stock: resize prod. form view fields task: 2654703-9 [IMP] stock: show related products on duplicated barcode task: 2654703-7 [IMP] stock: recolor operations status badges task: 2654703-4 [IMP] stock: add batch transfer column to moves view task: 2654703-2-3 [IMP] stock: group product moves by carrier task: 2654703-2-2 [IMP] stock: group product moves by category task: 2654703-2-1
Resolved issues and error corrections
This fixes an issue where changing the quantity being produced could incorrectly reset the completed quantity to zero. It helps ensure manufacturing orders keep accurate production quantities when users save quantity changes.
Original PR description
To reproduce:
1. create a BOM with analytic account
2. create a MO to produce 10 of the above product
3. change producing qty to 5, SAVE the form.
4. change producing qty to 10, SAVE the form.
It happens because the server receive at the same time a new
`stock.move.line` creation and a quantity_done to write on the
`stock.move`.
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr