Merge pull request #3276 from expsa/dev_odex25_transactions

Dev odex25 transactions
This commit is contained in:
ahmed-nouri051 2025-05-21 16:03:17 +02:00 committed by GitHub
commit 1da0eb77e1
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"> <template id="transaction_letter_formal_report_temp">
<t t-call="web.html_container"> <t t-call="web.html_container">
<t t-foreach="docs" t-as="o"> <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"> <style type="text/css">
@font-face { @font-face {
font-family: 'Al-Mohanad'; font-family: 'Al-Mohanad';
@ -112,10 +112,10 @@
<div class="page mohanad-font"> <div class="page mohanad-font">
<br/> <br/>
<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 class="mohanad-font" style="line-height: 16 !important" t-raw="o.content">
</p> </p>
</div> --> </div>
<br/> <br/>
<br/> <br/>
<div style="margin-top: 0px; page-break-inside: avoid;" dir="ltr"> <div style="margin-top: 0px; page-break-inside: avoid;" dir="ltr">
@ -133,7 +133,7 @@
</div> </div>
</div> </div>
<!-- </t> --> </t>
</t> </t>
</t> </t>
</template> </template>