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:
kchyounes19 2025-04-23 14:44:59 +01:00 committed by GitHub
commit 531a1e76a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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>