Add Project Status Report to project module for tracking project progress

This commit is contained in:
younes 2025-04-23 14:43:39 +01:00
parent aa68fd6c3c
commit b4b41d7716
1 changed files with 3 additions and 3 deletions

View File

@ -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>