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.
| 관련 게시물 | 답글 | 화면 | 활동 | |
|---|---|---|---|---|
|
|
0
2월 25
|
1200 | ||
|
|
2
12월 24
|
1508 | ||
|
|
0
7월 24
|
1216 | ||
|
|
0
8월 23
|
1729 | ||
|
|
0
5월 23
|
3062 |
Hi,You can set attributes for all fields -- attrs="{'readonly':[('bool_field','!=',True)]}"