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

Hi,

How to make a field readonly based on some condition? For instance i want to make fields readonly on form load based on some values from another table.

形象
丢弃
最佳答案

Hello Binyam Assefa ,

 To make readonly field based on condition you can use "attrs" attribute in field tag as follows :

 <field name="field_name" attrs="{'readonly' : [domain]}"/>

 Hope this will work for you.

Thanks!

形象
丢弃
编写者

Thanks Jainesh Shah,

So i have to declare fields that contains some calculated values from another domains to use it here in the current view.

相关帖文 回复 查看 活动
3
12月 23
90970
3
9月 21
5090
1
9月 15
8939
4
4月 25
5249
3
7月 23
5703