Reputation: 503
I have developed one custom module in Odoo v8 and I want the same module to work on Odoo v9, is it possible to do this??
Upvotes: 4
Views: 217
Reputation: 2594
Regading: Is there any specific difference in code for odoo 8 and odoo 9
My Answer is YES,
You can't just put module developed for odoo8 in odoo9 addons it will not work.
There are major changes in ODOO9, i have find some difference in the module/model:
For the developer point of view i have found many changes in js also, we using the backbone.js instead of raw js/jquery .
Overall ODOO9 have the implementation of more structured and pythonic code .
Hope this may help you in understanding the difference.
Upvotes: 1