Merge pull request #770 from expsa/membership_task

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

View File

@ -29,8 +29,7 @@
<!-- Template to print Pdf. -->
<template id="print_member_ship_card">
<t t-call="web.html_container">
<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"/>
<t t-set="company" t-value="user.company_id"/>
<!-- Header -->
<style>
@font-face {
@ -70,8 +69,6 @@
</div>
</div>
</div>
</div>
</t>
</template>
</odoo>