Skip to Content
Menú
This question has been flagged
1 Respondre
3447 Vistes

Hi, I have a module which was made for Odoo 8/9 which uses the 'fields' module and I am not able to install it on odoo 10 for that reason. Is there any way I can update the module for Odoo 10? Should I replace the 'import fields' with something else?

Any tip in the right direction will be appreciated.

Thanks!

Avatar
Descartar
Best Answer

import fields are available in Odoo 10

change from openerp import fields to from odoo import fields 

Avatar
Descartar
Related Posts Respostes Vistes Activitat
1
de nov. 17
7387
7
d’oct. 18
10408
2
de set. 18
5920
1
d’abr. 18
9502
1
d’abr. 18
3377