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.
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
0
lut 25
|
1027 | ||
|
2
gru 24
|
1384 | ||
|
0
lip 24
|
1136 | ||
|
0
sie 23
|
1598 | ||
|
0
maj 23
|
2928 |
Hi,You can set attributes for all fields -- attrs="{'readonly':[('bool_field','!=',True)]}"