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
|
1957 | |||
|
2
12月 24
|
2258 | |||
|
0
7月 24
|
1791 | |||
|
0
8月 23
|
2358 | |||
|
0
5月 23
|
3816 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
Hi,You can set attributes for all fields -- attrs="{'readonly':[('bool_field','!=',True)]}"