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
|
1818 | ||
|
|
2
gru 24
|
2132 | ||
|
|
0
lip 24
|
1678 | ||
|
|
0
sie 23
|
2241 | ||
|
|
0
maj 23
|
3673 |
Hi,You can set attributes for all fields -- attrs="{'readonly':[('bool_field','!=',True)]}"