Hello All,
I want to make 'readonly' a single row of sale order line for particular condition. Can it is possible for a check box, if check box(is_pack) condition is true, than that row is readonly?
Thanks in advance.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello All,
I want to make 'readonly' a single row of sale order line for particular condition. Can it is possible for a check box, if check box(is_pack) condition is true, than that row is readonly?
Thanks in advance.
Create an account today to enjoy exclusive features and engage with our awesome community!
Üye Olİlgili Gönderiler | Cevaplar | Görünümler | Aktivite | |
---|---|---|---|---|
|
0
Şub 25
|
1303 | ||
|
2
Ara 24
|
1591 | ||
|
0
Tem 24
|
1281 | ||
|
0
Ağu 23
|
1793 | ||
|
0
May 23
|
3154 |
Hi,You can set attributes for all fields -- attrs="{'readonly':[('bool_field','!=',True)]}"