[FIX] project_long_term: improve string in view

bzr revid: hmo@tinyerp.com-20101230164541-921clwgcu0lw4ghh
This commit is contained in:
Harry (OpenERP) 2010-12-30 22:15:41 +05:30
parent 6e90f9165b
commit 84be62444b
2 changed files with 7 additions and 7 deletions

View File

@ -63,7 +63,7 @@
<field name="resource_id"/>
<field name="phase_id"/>
<field name="project_id"/>
<field name="useability"/>
<field name="useability" string="Availability"/>
</tree>
</field>
</record>
@ -127,14 +127,14 @@
<field colspan="4" name="resource_ids" nolabel="1">
<tree editable="bottom" string="Project Resource Allocation">
<field name="resource_id" context="{'project_id':parent.project_id}"/>
<field name="date_start"/>
<field name="date_end"/>
<field name="useability"/>
<field name="date_start" readonly="1"/>
<field name="date_end" readonly="1"/>
<field name="useability" string="Availability"/>
</tree>
<form string="Project Resource Allocation">
<field name="resource_id" context="{'project_id':parent.project_id}"/>
<field name="date_start"/>
<field name="date_end"/>
<field name="date_start" readonly="1"/>
<field name="date_end" readonly="1"/>
<field name="useability" string="Availability"/>
</form>
</field>

View File

@ -179,7 +179,7 @@
</group>
<notebook colspan="4">
<page string="General Information">
<field name="calendar_id" />
<field name="calendar_id" string="Working Period"/>
<field name="time_efficiency" groups="base.group_extended"/>
</page>
</notebook>