Merge pull request #769 from expsa/membership_task

Update membership_card_reports.xml
This commit is contained in:
zainab2097 2024-08-17 20:14:32 +03:00 committed by GitHub
commit fd0cdd0ca4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -29,7 +29,8 @@
<!-- Template to print Pdf. -->
<template id="print_member_ship_card">
<t t-call="web.html_container">
<t t-set="company" t-value="user.company_id"/>
<div class="article o_report_layout_standard" t-att-data-oe-model="doc and doc._name">
<t t-set="company" t-value="user.company_id"/>
<!-- Header -->
<style>
@font-face {
@ -69,6 +70,8 @@
</div>
</div>
</div>
</div>
</t>
</template>
</odoo>