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.
Luo tili jo tänään nauttiaksesi yksinoikeusominaisuuksista ja osallistuaksesi mahtavaan yhteisöömme!
RekisteröidyAiheeseen liittyviä artikkeleita | Vastaukset | Näkymät | Toimenpide | |
---|---|---|---|---|
|
0
helmik. 25
|
1029 | ||
|
2
jouluk. 24
|
1391 | ||
|
0
heinäk. 24
|
1138 | ||
|
0
elok. 23
|
1604 | ||
|
0
toukok. 23
|
2936 |
Hi,You can set attributes for all fields -- attrs="{'readonly':[('bool_field','!=',True)]}"