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.
Create an account today to enjoy exclusive features and engage with our awesome community!
Registracija| Related Posts | Replies | Rodiniai | Veikla | |
|---|---|---|---|---|
|
0
vas. 25
|
1883 | |||
|
2
gruod. 24
|
2200 | |||
|
0
liep. 24
|
1740 | |||
|
0
rugp. 23
|
2288 | |||
|
0
geg. 23
|
3738 |
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)]}"