This question has been flagged
1 Reply
5044 Views

Hi,

Please in Odoo 8, how can I find the creation method of stock.picking ?.

Thx

Avatar
Discard
Best Answer

First step: see method run() and _run_move_create() in procurement.py, in module stock.

Next step: see method action_confirm()  - stock.move -  ... and ....   _picking_assign()  ... and ...    _prepare_picking_assign()

 

Avatar
Discard