Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
3171 Vizualizări

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

Imagine profil
Abandonează
Autor

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

Cel mai bun răspuns

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

Imagine profil
Abandonează