Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
11027 Vistas

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
Descartar
Mejor respuesta

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
Descartar
Autor

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.

Publicaciones relacionadas Respuestas Vistas Actividad
3
dic 23
90947
3
sept 21
5073
1
sept 15
8933
4
abr 25
5203
3
jul 23
5690