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

I am converting a module from v11 to v13 and there's a relation of field one2many on a form which has attrs = "{ 'readonly': [('state', 'in', ['posted', 'canceled'])] } ".
but that one2many field is readable in any case. I have tried to remove the attrs that didnt work i even added readonly = False in python code and also readonly='0' in xml in on2many field but that field is still not editable it is showing the behavior as readonly. How can i make that editable?

形象
丢弃
编写者 最佳答案

After some R&D I have found this useful link on forum. This happens because of access rules security on the related model (the many2one).

https://www.odoo.com/forum/help-1/question/problem-with-one2many-in-odoo-12-151127

 

形象
丢弃
相关帖文 回复 查看 活动
1
1月 22
18503
3
7月 19
5408
4
11月 20
7878
0
11月 18
2503
2
3月 25
8705