Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
3549 Widoki

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.
 

Awatar
Odrzuć
Najlepsza odpowiedź

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.

Awatar
Odrzuć
Autor

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

Autor

Thank you Arya,