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
فبراير 25
|
1026 | ||
|
2
ديسمبر 24
|
1363 | ||
|
0
يوليو 24
|
1132 | ||
|
0
أغسطس 23
|
1597 | ||
|
0
مايو 23
|
2921 |
Hi,You can set attributes for all fields -- attrs="{'readonly':[('bool_field','!=',True)]}"