Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
3174 Widoki

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

Awatar
Odrzuć
Autor

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

Najlepsza odpowiedź

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 !!

Awatar
Odrzuć