Odoo by default shows all the lot/serial numbers while preparing delivery order/ Warehouse Out.
This is very difficult to check which serial is already used and which is not. Further ODOO by default doesn't filter serials sequence wise.
Is there anyone who knows/has coding to hide the serials which are already used and to sequence the serials FIFO wise (we use date wise in and out for eg. 26.12.2019 - 1A, 26.12.2019 - 2A likewise )
Hi
I have now set my domain to [["quant_ids.on_hand","=",True]].
By doing so only the Serial Numbers that are in stock is shown in the list.