Skip to Content
Menu
This question has been flagged
1 Reply
3737 Views

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
Discard
Best Answer

import fields are available in Odoo 10

change from openerp import fields to from odoo import fields 

Avatar
Discard
Related Posts Replies Views Activity
1
Nov 17
7701
7
Oct 18
10774
2
Sep 18
6226
1
Apr 18
9814
1
Apr 18
3590