[10->11] How can I upgrade custom Modules #3815
-
Hi, I am upgrading Odoo 10 to Odoo11, but I have a question about custom modules, I have some custom modules, but after upgrading Odoo some things are not working, how can I upgrade these modules, and is the upgrade only to the database or can I upgrade the code also? |
Beta Was this translation helpful? Give feedback.
Answered by
pedrobaeza
Apr 6, 2023
Replies: 1 comment
-
OpenUpgrade only update database definitions, not code. You must update your custom module code, and maybe provide extra OpenUpgrade scripts for adapting data provided by your module. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Vandal593
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OpenUpgrade only update database definitions, not code. You must update your custom module code, and maybe provide extra OpenUpgrade scripts for adapting data provided by your module.