[IMP]Improved code for label, make start date and end date invisible and make size of textbox same as others.

bzr revid: psa@tinyerp.com-20121129064856-r1bfgsyevcstcw06
This commit is contained in:
Paramjit Singh Sahota 2012-11-29 12:18:56 +05:30
parent 74657199b0
commit 1dfef2f2af
2 changed files with 4 additions and 4 deletions

View File

@ -784,8 +784,8 @@
<group>
<group>
<field name="priority"/>
<field name="date_start"/>
<field name="date_finished"/>
<field name="date_start" invisible="1"/>
<field name="date_finished" invisible="1"/>
</group>
<group>
<field name="company_id" groups="base.group_multi_company" widget="selection"/>

View File

@ -74,7 +74,7 @@
</header>
<sheet string="Work Orders">
<group col="4">
<field colspan="4" name="name"/>
<field colspan="2" name="name"/>
<field name="workcenter_id"/>
<field name="production_id"/>
<field name="production_state"/>
@ -92,7 +92,7 @@
<field name="cycle"/>
<field name="hour" widget="float_time"/>
</group>
<group string="Real" >
<group string="Actual Production Date" >
<field name="date_start" readonly="1"/>
<field name="date_finished" readonly="1"/>
<field name="delay" widget="float_time"/>