Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
3575 Tampilan

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.
 

Avatar
Buang
Jawaban Terbai

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.

Avatar
Buang
Penulis

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

Penulis

Thank you Arya,