This question has been flagged

Hi, I came across this curious use case that seemingly may not have a straightforward solution in v14. 


I have a purchase order for product P, which is tracked by serial. I already have serial 1, 2, and 3 in stock. Now, if I receive another 2 of product P, when I go on to receive them, I need to put in the serial number for the 2 new items. Currently, what I do is: I go to the product list, open Product P, and manually check the available serial numbers to get an idea of what the next serial number should be (4 and 5 in this case).


The question is: while receiving the product, is there an automated way that Odoo can fill in the serial number, as in 4 and 5? Thanks!

Avatar
Discard
Best Answer

Do you assign Serial #4 and 5 need to be auto incremented from #3 by one or just pick the next serial number in the database?

I have used this in V14 to auto create new lot#s with good success but its not intelligent enough to do this by part number.  

https://apps.odoo.com/apps/modules/13.0/stock_picking_auto_create_lot/

Avatar
Discard