When doing a new receipt, I create new Lot/serial numbers. I would like to copy the Origin field from stock.move model to the wizard that opens, when you press Create and Edit (new Lot number), so that each of Lot/Serial numbers would have an associated Source Document.
Basically I want to pass info from stock.move(origin) -> stock.move.line (Lot/serial) -> stock.production.lot (x_newField)
What would be the best approach for this?