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.
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
0
thg 2 25
|
1029 | ||
|
2
thg 12 24
|
1395 | ||
|
0
thg 7 24
|
1139 | ||
|
0
thg 8 23
|
1604 | ||
|
0
thg 5 23
|
2937 |
Hi,You can set attributes for all fields -- attrs="{'readonly':[('bool_field','!=',True)]}"