bzr revid: sgo@tinyerp.com-20120404070809-lntog45xrxy8g3xs
This commit is contained in:
Sanjay Gohel (Open ERP) 2012-04-04 12:38:09 +05:30
parent 5b083bcad1
commit 196564ffa2
2 changed files with 3 additions and 3 deletions

View File

@ -206,7 +206,7 @@
</a>
</h4>
<table class="project_fields">
<tr t-if="record.date.raw_value">
<tr id="deadline" t-if="record.date.raw_value">
<th align="left">Deadline</th>
<td align="left">
<t t-esc="record.date.raw_value.toString('MMMM')"/>
@ -215,7 +215,7 @@
</td>
</tr>
<tr>
<th align="left">Progress</th>
<th align="left" width="70px">Progress</th>
<td align="left">
<t t-esc="Math.round(record.effective_hours.raw_value/24)"/>/<t t-esc="Math.round(record.total_hours.raw_value/24)"/> days
</td>

View File

@ -43,7 +43,7 @@
</a>
</xpath>
<xpath expr="//table[@class='project_fields']" position="inside">
<xpath expr="//tr[@id='deadline']" position="before">
<tr >
<th align="left">To invoice</th>
<td align="left">