Hello,
To achieve the workflow where you scan the products you pick up and have Odoo remove them from stock and associate them with your sales order, you can follow these steps in Odoo:
- Configure Serial Number Scanning: Make sure your system is set up to handle barcode scanning. You should have a barcode scanner connected to your device, and it should be configured to work with Odoo.
- Enable Warehouse Management App: Ensure that you have the Warehouse Management app installed and activated in your Odoo instance. This app provides advanced inventory management features.
- Configure Sales Order Picking Type: Go to Configuration > Warehouse > Picking Types. Edit the picking type associated with sales orders (usually "Delivery Orders" or similar). Ensure that the option "Use Existing Lots/Serial Numbers" is enabled.
- Start Picking Process: When you're ready to fulfill a sales order, create a delivery order from the sales order. In the delivery order, you'll see the list of products to be delivered.
- Scan Products: Use your barcode scanner to scan the serial numbers of the products you're picking up. As you scan each serial number, Odoo will automatically remove the corresponding product from stock and associate it with the delivery order.
- Validation: Once you've scanned all the required products, validate the delivery order. Odoo will confirm the movement of goods, update the stock levels, and associate the serial numbers with the sales order.
- Review: After the delivery order is validated, you can review the sales order to ensure that the products are marked as delivered and that the serial numbers are associated correctly.
By following these steps, you can pick products for sales orders by scanning their serial numbers and have Odoo automatically handle the stock removal and association with the order. This workflow improves efficiency and accuracy in your warehouse operations.
Thanks.