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.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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.
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيلالمنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
---|---|---|---|---|
readonly option in fields?
تم الحل
|
|
3
ديسمبر 23
|
90984 | |
|
3
سبتمبر 21
|
5092 | ||
|
1
سبتمبر 15
|
8940 | ||
|
4
أبريل 25
|
5269 | ||
|
3
يوليو 23
|
5716 |