Skip to Content
Menu
This question has been flagged
1 Reply
7131 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
Related Posts Replies Views Activity
1
Apr 25
1287
0
May 23
3132
3
Mar 25
9144
3
Mar 15
8672
0
Sep 17
4457