Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
3559 Zobrazení

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
Zrušit
Nejlepší odpověď

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
Zrušit
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,