Tuesday, February 7, 2023
2 changes · master
Enhancements to existing features
Inventory adjustments using barcode scanning now better handle products tracked by lot or serial number. When a tracked product is scanned, the system shows existing quantities for each relevant lot or serial number so operators can count more accurately and avoid duplicate or misleading entries.
Original PR description
**[IMP] stock_barcode: tracked product qty in inv. adj.** When a product is scanned while doing an inventory adjustment, we search if there is already exist a quant for this product at the given location and if it's the case, the added line has the quant's on hand quantity. That said, if the user scans a tracked product, it will look for a quant for this product with no lot/serial number. As the quants for tracked products usually have a LN/SN, no quant won't be found. Therefore, it could be very useful to know the quantity for tracked products too, and with this commit, it's what we'll do now: - Search for product's quants (domain by product and location); - Add a barcode line for each found quant who isn't already in the inventory adjustment. task-3036810
The map view’s pin panel now appears on the left side of the screen. This makes the map experience more consistent with other Odoo views and easier for users to navigate.
Original PR description
This commit moves the pin panel of the map view to the left of the view to make it more coherent with other views. task: 3164391