|
|
@ -34,11 +34,11 @@ |
|
|
|
</div> |
|
|
|
<group colspan="1" col="4" name="main"> |
|
|
|
<field name="employee_name" attrs="{'readonly':[('state','in',('confirm','complete'))]}"/> |
|
|
|
<field name="department" attrs="{'readonly':[('state','in',('confirm','complete'))]}"/> |
|
|
|
<field name="department"/> |
|
|
|
<field name="date" attrs="{'readonly':[('state','in',('confirm','complete'))]}"/> |
|
|
|
<field name="job_id" attrs="{'readonly':[('state','in',('confirm','complete'))]}"/> |
|
|
|
<field name="responsible_user" attrs="{'readonly':[('state','in',('confirm','complete'))]}"/> |
|
|
|
<field name="parent_id" attrs="{'readonly':[('state','in',('confirm','complete'))]}"/> |
|
|
|
<field name="parent_id"/> |
|
|
|
<field name="employee_company" attrs="{'readonly':[('state','in',('confirm','complete'))]}"/> |
|
|
|
<field name="orientation_id" attrs="{'readonly':[('state','in',('confirm','complete'))]}"/> |
|
|
|
</group> |
|
|
|