Hi everyone,
i've added a field num_picking in model account.move.line like this :
num_picking = fields.Char(compute = 'find_picking_number', store = "true", ...)
And in the 'find_picking_number', i try to find the good picking number but i can't find how to recover it from account.move.line to stock.picking!?
could someone help me ?
Vincent