Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
3424 Переглядів

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!

Аватар
Відмінити
Найкраща відповідь

import fields are available in Odoo 10

change from openerp import fields to from odoo import fields 

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
1
лист. 17
7353
7
жовт. 18
10388
2
вер. 18
5895
1
квіт. 18
9463
1
квіт. 18
3365