[FIX] odex_benefit: FIX bug
This commit is contained in:
parent
5b865e78e9
commit
36013603be
|
|
@ -789,7 +789,7 @@
|
|||
'readonly':[('state','not in',['draft','new','complete_info'])]}"/>
|
||||
<field name="mother_dead_city" attrs="{
|
||||
'invisible': ['|',('mother_is_dead', '=', False),('mother_dead_country_id_code', '=', 'SA')],
|
||||
'required':[('mother_dead_country_id_code', '=', 'SA'), ('mother_is_dead','=',True)],
|
||||
'required':[('mother_dead_country_id_code', '!=', 'SA'), ('mother_is_dead','=',True)],
|
||||
'readonly':[('state','not in',['draft','new','complete_info'])]
|
||||
}"/>
|
||||
<field name="mother_dead_date"
|
||||
|
|
|
|||
Loading…
Reference in New Issue