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

When I am trying to modify some fields in selection using Studio 16.0 I get this message ' Properties of base fields cannot be altered in this manner! Please modify them through Python code, preferably through a custom addon!'


What am I doing wrong?

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

Please can someone tell me how to create this new module and what code is required. alternatively if there is a module created on github maybe? Then just how to install it 

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

To modify base fields in Odoo, you need to create a custom module and use Python code to make the changes. This is because the fields that are part of the core Odoo system (known as "base" fields) cannot be modified directly through the studio user interface. By creating a custom module, you can write the code needed to make the desired changes to the field, and then install and activate the module to apply the changes to your system.

Аватар
Відмінити
Автор

Thanks a lot Ashish

Related Posts Відповіді Переглядів Дія
2
лют. 24
1274
2
лют. 24
7344
1
січ. 24
1466
1
серп. 23
1703
1
лип. 23
3503