跳至内容
菜单
此问题已终结
2 回复
4207 查看

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

相关帖文 回复 查看 活动
2
2月 24
1289
2
2月 24
7349
1
1月 24
1469
1
8月 23
1710
1
7月 23
3527