Merge pull request #2862 from expsa/younes_dev_odex25_project
Add Project Status Report to project module for tracking project prog…
This commit is contained in:
commit
531a1e76a6
|
|
@ -188,7 +188,7 @@
|
|||
margin-top: 20px;
|
||||
}
|
||||
</style>
|
||||
<div class="page" style="font-family:'Sakkal Majalla'!important;font-size:15pt">
|
||||
<div class="page">
|
||||
<h2>
|
||||
<strong>Project Status Report:
|
||||
<span t-field="e.project_no"/>
|
||||
|
|
@ -219,7 +219,7 @@
|
|||
<span style="font-weight: bold;">Department</span>
|
||||
</td>
|
||||
<td style="border: 1px solid black;">
|
||||
<span t-field="e.department_id.display_name"/>
|
||||
<span t-field="e.department_id.name"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
@ -433,7 +433,7 @@
|
|||
<span t-esc="invoice.amount"/>
|
||||
</td>
|
||||
<td style="border: 1px solid black;">
|
||||
<span t-esc="invoice.payment_state"/>
|
||||
<span t-field="invoice.payment_state"/>
|
||||
</td>
|
||||
</tr>
|
||||
</t>
|
||||
|
|
|
|||
Loading…
Reference in New Issue