Skip to Content
Menú
This question has been flagged
2 Respostes
4254 Vistes

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?

Avatar
Descartar
Best Answer

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 

Avatar
Descartar
Best Answer

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.

Avatar
Descartar
Autor

Thanks a lot Ashish

Related Posts Respostes Vistes Activitat
2
de febr. 24
1304
2
de febr. 24
7391
1
de gen. 24
1491
1
d’ag. 23
1726
1
de jul. 23
3564