[IMP] odex_takaful: automatic update

Auto-generated commit based on local changes.
This commit is contained in:
maltayyar2 2026-01-10 01:48:34 +03:00
parent 6e089974b4
commit ab3c0be3d7
2 changed files with 7 additions and 7 deletions

View File

@ -85,14 +85,14 @@
<span t-esc="ext.donation_detail_id.family_id.code or '-'"/>
</t>
<br/>
<small style="color: #8F9090;"><span t-esc="ext.extension_months"/> شهور التمديد:</small>
<small style="color: #8F9090;">شهور التمديد: <span t-esc="ext.extension_months"/></small>
</td>
<!-- الفترة الجديدة -->
<td style="text-align: center; padding: 8px; font-size: 1.2rem; color: #387F75;">
<span t-field="ext.old_end_date" t-options='{"format": "dd/MM/yyyy"}'/>
<br/>إلى<br/>
<span t-field="ext.new_end_date" t-options='{"format": "dd/MM/yyyy"}'/>
من: <span t-field="ext.old_end_date" t-options='{"format": "dd/MM/yyyy"}'/>
<br/>
إلى <span t-field="ext.new_end_date" t-options='{"format": "dd/MM/yyyy"}'/>
</td>
<!-- المبلغ -->

View File

@ -144,9 +144,9 @@
<t t-if="doc.record_type == 'sponsorship'">
<td style="text-align: center; padding: 8px; font-size: 1.2rem; color: #387F75;">
<t t-if="line.start_date and original_end_date">
<span t-field="line.start_date" t-options='{"format": "dd/MM/yyyy"}'/>
<br/>إلى<br/>
<span t-esc="original_end_date.strftime('%d/%m/%Y')"/>
من: <span t-field="line.start_date" t-options='{"format": "dd/MM/yyyy"}'/>
<br/>
إلى: <span t-esc="original_end_date.strftime('%d/%m/%Y')"/>
</t>
<t t-else="">-</t>
</td>