This question has been flagged
1 Reply
3956 Views

Is it adaptable to run the modules of odoo v8 in odoo v9?

if not, how to modify the modules of odoo v8 to complete the migration for odoo v9?

Or we should rebuild the whole module for odoo v9?

Avatar
Discard
Best Answer

Hi Finn,

Usually there are some minor changes to existing modules but the adaptations are (usually) really small. For example in Odoo 8 you could use @api.one or xpath[@string='stringName'] but these two are deprecated in V9. In global a lot will work perfect in V9 though, some modules don't even need any modifications. So keep your current module, try to install it in a V9 and modify where you get errors on.

Yenthe

Avatar
Discard