[IMP]: reorganised 'Descripton' field in the view,removed from the group

bzr revid: mtr@tinyerp.com-20120807112428-othm98knqk73gs2s
This commit is contained in:
Meera Trambadia 2012-08-07 16:54:28 +05:30
parent fb61582548
commit e9992a5a17
1 changed files with 2 additions and 8 deletions

View File

@ -102,11 +102,8 @@
</header>
<sheet string="Leave Request">
<group>
<group col="3">
<field name="name" attrs="{'readonly':[('state','!=','draft'),('state','!=','confirm')]}"/>
</group>
<newline></newline>
<group>
<field name="name" attrs="{'readonly':[('state','!=','draft'),('state','!=','confirm')]}"/>
<field name="holiday_status_id" on_change="onchange_status_id(holiday_status_id)" context="{'employee_id':employee_id}"/>
<label for="number_of_days_temp" string="Duration"/>
<div>
@ -160,11 +157,8 @@
</header>
<sheet>
<group>
<group>
<field name="name" required="1" attrs="{'readonly':[('state','!=','draft'),('state','!=','confirm')]}"/>
</group>
<newline/>
<group>
<field name="name" required="1" attrs="{'readonly':[('state','!=','draft'),('state','!=','confirm')]}"/>
<field name="holiday_status_id" on_change="onchange_status_id(holiday_status_id)" context="{'employee_id':employee_id}"/>
<field name="number_of_days_temp"/>
</group>