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