Hi Guys
I want to make the whole form view readonly when the value of state = "waiting"
How can I do this ? I tried to use fields_view_get method but I don't know how to use it in my case.
Thanks in advance !!
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi Guys
I want to make the whole form view readonly when the value of state = "waiting"
How can I do this ? I tried to use fields_view_get method but I don't know how to use it in my case.
Thanks in advance !!
I dont know if you can make the whole form view readonly
you can use this to make any field readonly in a form view
<field name="your_field" attrs="{'readonly':[('
state ', '!=', '
waiting')]}" />
Use this in every field.
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrirePublications associées | Réponses | Vues | Activité | |
---|---|---|---|---|
|
1
mai 23
|
2835 | ||
|
2
mai 16
|
4963 | ||
|
0
sept. 24
|
3081 | ||
|
1
sept. 23
|
5695 | ||
|
1
avr. 23
|
227 |