Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
3178 มุมมอง

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

อวตาร
ละทิ้ง
ผู้เขียน

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

คำตอบที่ดีที่สุด

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

อวตาร
ละทิ้ง