Skip to Content
Menu
This question has been flagged
1 Reply
2475 Views

Hello everybody,

I've tried to call do_print_picking() function on the validate button but it hasn't worked:

do_new_teansfer(self):

     ......

     self.do_print_picking()

Can you help me?

Thank you.

Best regards.

Avatar
Discard
Best Answer

ensure self is the object of stock.picking or try with stock-picking browsable object.do_print_picking()

Avatar
Discard