Merge pull request #3756 from expsa/ENS-3555

fixing report footer img
This commit is contained in:
abdurrahman-saber 2025-07-03 15:32:01 +03:00 committed by GitHub
commit 18433d8977
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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>