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.
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
|
0
feb 25
|
1027 | ||
|
2
dic 24
|
1384 | ||
|
0
lug 24
|
1135 | ||
|
0
ago 23
|
1598 | ||
|
0
mag 23
|
2927 |
Hi,You can set attributes for all fields -- attrs="{'readonly':[('bool_field','!=',True)]}"