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.
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrirePublications associées | Réponses | Vues | Activité | |
---|---|---|---|---|
|
0
févr. 25
|
1029 | ||
|
2
déc. 24
|
1387 | ||
|
0
juil. 24
|
1137 | ||
|
0
août 23
|
1603 | ||
|
0
mai 23
|
2936 |
Hi,You can set attributes for all fields -- attrs="{'readonly':[('bool_field','!=',True)]}"