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.
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-sePublicações relacionadas | Respostas | Visualizações | Atividade | |
---|---|---|---|---|
|
0
fev. 25
|
1027 | ||
|
2
dez. 24
|
1385 | ||
|
0
jul. 24
|
1137 | ||
|
0
ago. 23
|
1603 | ||
|
0
mai. 23
|
2933 |
Hi,You can set attributes for all fields -- attrs="{'readonly':[('bool_field','!=',True)]}"