I need to create stock.move.line record with a specific serial number and add it into move_line_nosuggest_ids of stock.move record (or update stock.move.line record).
I have a receipt picking (reserved) that is a return of a faulty device with a specific SN. I would like to create or update stock.move.line record so that it has the same SN I am expecting instead of letting choose Odoo or user.
I tried writing into move_line_nosuggest_ids field of stock.move but the record of stock.move.line was created inside move_line_ids field instead of move_line_nosuggest_ids for some reason and the move_line_nosuggest_ids field was empty.