Merge pull request #3275 from expsa/fix-template

fix template
This commit is contained in:
ahmed-nouri051 2025-05-21 15:59:40 +02:00 committed by GitHub
commit b26f11dc6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -89,7 +89,7 @@
<template id="transaction_letter_formal_report_temp">
<t t-call="web.html_container">
<t t-foreach="docs" t-as="o">
<!-- <t t-call="exp_transation_letters.formal_letter_external_layout"> -->
<t t-call="exp_transation_letters.formal_letter_external_layout">
<style type="text/css">
@font-face {
font-family: 'Al-Mohanad';
@ -112,10 +112,10 @@
<div class="page mohanad-font">
<br/>
<br/>
<!-- <div style="margin-bottom: 0px">
<div style="margin-bottom: 0px">
<p class="mohanad-font" style="line-height: 16 !important" t-raw="o.content">
</p>
</div> -->
</div>
<br/>
<br/>
<div style="margin-top: 0px; page-break-inside: avoid;" dir="ltr">
@ -133,7 +133,7 @@
</div>
</div>
<!-- </t> -->
</t>
</t>
</t>
</template>