Thursday, December 12, 2024
1 change · saas-17.2
Enhancements to existing features
Point of Sale now only displays lot or serial numbers that have available stock in the configured source location. This helps prevent staff from selecting items that are already reserved for other stock movements, improving accuracy during checkout.
Original PR description
Only display lot/serial numbers if their forecasted quantity is available. Now when using a 2 step routes (inventory) we only show in PoS the serial numbers that are not already reserved for a stock move (like in sales). To do this we check that the `stock.lot` is located in the `pos_config` default source location. task-id: 4320066 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr