[IMP] project phase view change

bzr revid: kjo@tinyerp.com-20120625131931-i1bo061rk7215omo
This commit is contained in:
Kuldeep Joshi (OpenERP) 2012-06-25 18:49:31 +05:30
parent a2127d21f0
commit db72c57687
1 changed files with 11 additions and 10 deletions

View File

@ -151,23 +151,24 @@
<field name="state" widget="statusbar" statusbar_visible="draft,open,done" statusbar_colors='{"pending":"blue"}'/>
</header>
<sheet>
<div class="oe_title">
<label for="name" class="oe_edit_only"/>
<h1><field name="name"/></h1>
<label for="project_id" class="oe_edit_only"/>
<h2>
<field name="project_id" on_change="onchange_project(project_id)" colspan="3"/>
</h2>
</div>
<group>
<group>
<field name="date_start"/>
<field name="date_end"/>
</group><group>
<label for="duration"/>
<div>
<field name="duration" class="oe_inline"/>
<field name="product_uom"/>
</div>
</group>
<label for="date_start" string="Duration"/>
<div>
<field name="date_start" nolabel="1" class="oe_inline"/> -
<field name="date_end" nolabel="1" class="oe_inline"/>
<div>
<field name="duration" nolabel="1" class="oe_inline"/>
<field name="product_uom" nolabel="1" class="oe_inline"/>
</div>
</div>
</group>
<notebook>
<page string="Planning of Users">