fixing report footer img

This commit is contained in:
MohamedGad100 2025-07-03 15:29:06 +03:00
parent 91e0ff78e8
commit 37d439e787
1 changed files with 4 additions and 2 deletions

View File

@ -85,8 +85,10 @@
<t t-raw="0" />
</div>
<div class="footer" >
<img t-att-src="'/sale_order_report/static/src/img/footer.png'" align="center" />
<div class="footer">
<div align="center" style="border:0pt white;width:100%;height:50px;color:black; margin-top:0pt;margin-bottom:10pt;padding-bottom:17pt">
<img t-att-src="'/sale_order_report/static/src/img/footer.png'" style="object-fit:fill;width:90%;height:500%;" width="90%" height="500%" align="center"/>
</div>
</div>
</template>