تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
3561 أدوات العرض

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,