Merge pull request #770 from expsa/membership_task
Update membership_card_reports.xml
This commit is contained in:
commit
22798be893
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue