Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
11048 Visninger

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.

Avatar
Kassér
Bedste svar

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!

Avatar
Kassér
Forfatter

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.

Related Posts Besvarelser Visninger Aktivitet
3
dec. 23
90989
3
sep. 21
5096
1
sep. 15
8943
4
apr. 25
5274
3
jul. 23
5717