update fonts in transaction reports and translation
This commit is contained in:
parent
90711221c8
commit
9a6c2166d0
|
|
@ -6,7 +6,7 @@
|
|||
<div class="header">
|
||||
<div class="row">
|
||||
<br/>
|
||||
<div class="col-6 text-right">
|
||||
<div class="col-6 text-right" style="rtl">
|
||||
<table align="left"
|
||||
style="border:1px solid white;width:50;margin-left:60px;margin-top:0px;margin-right:5px;margin-bottom:40px;text-align: justify;">
|
||||
<tr style="border:0px">
|
||||
|
|
@ -53,16 +53,16 @@
|
|||
</table>
|
||||
|
||||
</div>
|
||||
<div class="col-6 text-left">
|
||||
<table align="left">
|
||||
<tr style="border:0px">
|
||||
<td colspan="2" style="border:0px">
|
||||
<img t-att-src="'/logo.png?company=%s' % (o.env.user.company_id.id or 0)"
|
||||
t-att-alt="'%s' % company.name" style="width:80px;height:80px;"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<!-- <div class="col-6 text-left">-->
|
||||
<!-- <table align="left">-->
|
||||
<!-- <tr style="border:0px">-->
|
||||
<!-- <td colspan="2" style="border:0px">-->
|
||||
<!-- <img t-att-src="'/logo.png?company=%s' % (o.env.user.company_id.id or 0)"-->
|
||||
<!-- t-att-alt="'%s' % company.name" style="width:80px;height:80px;"/>-->
|
||||
<!-- </td>-->
|
||||
<!-- </tr>-->
|
||||
<!-- </table>-->
|
||||
<!-- </div>-->
|
||||
</div>
|
||||
</div>
|
||||
</t>
|
||||
|
|
@ -210,16 +210,16 @@
|
|||
<div class="col-6 text-right">
|
||||
|
||||
</div>
|
||||
<div class="col-6 text-left">
|
||||
<table align="left">
|
||||
<tr style="border:0px">
|
||||
<td colspan="2" style="border:0px">
|
||||
<img t-att-src="'/logo.png?company=%s' % (o.env.user.company_id.id or 0)"
|
||||
t-att-alt="'%s' % company.name" style="width:80px;height:80px;"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<!-- <div class="col-6 text-left">-->
|
||||
<!-- <table align="left">-->
|
||||
<!-- <tr style="border:0px">-->
|
||||
<!-- <td colspan="2" style="border:0px">-->
|
||||
<!-- <img t-att-src="'/logo.png?company=%s' % (o.env.user.company_id.id or 0)"-->
|
||||
<!-- t-att-alt="'%s' % company.name" style="width:80px;height:80px;"/>-->
|
||||
<!-- </td>-->
|
||||
<!-- </tr>-->
|
||||
<!-- </table>-->
|
||||
<!-- </div>-->
|
||||
</div>
|
||||
</div>
|
||||
</t>
|
||||
|
|
|
|||
Loading…
Reference in New Issue