Daily updates from Odoo
Thursday, June 8, 2023
2 changes
Enhancements to existing features
Users can now open documents in a new browser tab from the Documents sharing view. This makes it easier to preview and compare multiple documents at the same time without losing their place.
Original PR description
Allow users to open documents in a new tab so that they can preview multiple documents at one time. Task-3323861
Resolved issues and error corrections
The manufacturing barcode flow now handles repeated scans of the finished product without crashing. This keeps operators working smoothly when increasing produced quantities, even when components are not currently in stock.
Original PR description
To reproduce: -Create a product with a BoM and a barcode; (BOM component must not have stock available) -Go to Barcode > Operations > Manufacturing > New -Scan a first time the final product -> The header line for the production is added; -Scan a second time the final product -> The produced qty increases by 1 and add a line for each component; -Scan a third time the final product -> Traceback TaskId: 3355203