0

I'm trying to upgrade version 11 to version 14. I have one custom module, So right now I need only to update the custom module from v11 to v 14...? Thanks in advance for your reply.

Gali_Mahesh
  • 51
  • 1
  • 5
  • Start by [migration to version 12.0](https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-12.0). – Kenly Feb 08 '21 at 10:08

1 Answers1

0

You cannot simply migrate your custom module from Odoo v11 to v14. If you are a developer, you need to make the app compatible with v14 by modifying the code as per the libraries and other parameters of Odoo v14 code. Upon successful testing, you can directly migrate your custom module to v14. In the case of Odoo upgradation, you start sequentially which may be time-consuming.