This question has been flagged
1 Reply
2694 Views

Could anybody tell me the names of methods to create procurement and pickings? I know that in Openerp 7 these methods are: _create_pickings_and_procurements (stock module), _prepare_order_line_procurement, _prepare_order_line_move and _prepare_order_picking.

In Odoo8, what methods are made for the same functions?

Thank you

Avatar
Discard
Author

or, what module creates the records in stock.picking? I mean, what module create Deliver Orders

Best Answer

Hello Keyworker

Following are the methods that will be come in use from confirming sale order till creating picking

sale_order:  action_ship_create, _prepare_order_line_procurement

procurement: _find_suitable_rule,_search_suitable_rule, _run_move_create,run

stock: action_assign,action_confirm,_picking_assign

 

Hope this helps !!

Avatar
Discard