Skip to Content
Menu
This question has been flagged
2 Replies
2598 Views

I am using odoo v10 community since last 2 years now i want to update from v10 to v13. i customized few things with report customization module. if i update odoo v10 to v13, is everything work perfectly with new version of odoo e.g my customization will work correctly or not?

Avatar
Discard
Best Answer

Hi,

It depends on the code inside the custom module, if you take some apps from a version and installed in higher version sometimes it will work fine without any issue. Suppose if the custom module just add a new field some model and view, most likely it will work across version.

So in your case, just take the custom module from the previous version and install it in the latest and see whether it get installed or not. If installed successfully check whether it works as expected or not. If not get installed and raise some errors, you can fix errors one by one and go ahead till everything is okay.

You can have a look at this explaining the same: How To Migrate Odoo Modules To Another Version

Thanks

Avatar
Discard
Author

thank you sir :)

Best Answer

Hi Haris: 

Since the upgrade is between major releases, there is a very high likelihood that you may need to make changes to your custom code to make it work correctly. In an case, you should always do rigorous regression testing to make sure that everything works as intended before doing this in production.

Avatar
Discard
Related Posts Replies Views Activity
1
Sep 24
98
0
Apr 22
815
2
Mar 22
2941
1
Feb 20
5177
2
Mar 23
12429