Skip to Content
Menu
This question has been flagged
1 Reply
5467 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
0
May 23
1768
3
Sep 20
7259
3
Mar 15
7143
0
Sep 17
3225
4
Dec 23
15751