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.
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
RegistrarsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
0
feb 25
|
1027 | ||
|
2
dic 24
|
1373 | ||
|
0
jul 24
|
1134 | ||
|
0
ago 23
|
1597 | ||
|
0
may 23
|
2924 |
Hi,You can set attributes for all fields -- attrs="{'readonly':[('bool_field','!=',True)]}"