fix template
This commit is contained in:
parent
f834829a6b
commit
7990369dae
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue