Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
3432 Visninger

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
Kassér
Bedste svar

import fields are available in Odoo 10

change from openerp import fields to from odoo import fields 

Avatar
Kassér
Related Posts Besvarelser Visninger Aktivitet
1
nov. 17
7366
7
okt. 18
10392
2
sep. 18
5900
1
apr. 18
9478
1
apr. 18
3369