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

I hope many modules in 7 regarding sales depend on sale-shop concept. What are the modifications i haave to do for shop, if i want to migrate a module from odoo-7 to odoo-8?. Please help me.
 

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hello Samba,

You might have experienced that Shop object/table has been removed from v8.

So instead of shop, you should use Warehouse(stock.warehouse) object. If you need pricelist (which was in shop as many2one relation field), you can get it from Partner.

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

Thank you Arya, Can you tell me the changes regarding "stock.picking.out" table?. I unable to find that in odoo-8..

In odoo stock.picking.in/out has been removed and only stock.picking remains. For the type "picking_type_id" (m2o of stock.picking.type) has been introduced. Refer: Future of WMS Odoo WMS

ผู้เขียน

Thank you Arya,