This question has been flagged

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.  

Avatar
Discard

Hi,You can set attributes for all fields -- attrs="{'readonly':[('bool_field','!=',True)]}"