Video

Template Customer Card

modifikasi template ini agar menampilkan data partner lebih lengkap: nama, alamat lengkap, email, phone, website, internal notes dalam format table yang rapih.

<template id="test_partner_card.report_customer_card_document" >
<t t-call="web.external_layout">
<t t-set="doc" t-value="doc.with_context({'lang': lang})"/>
<div class="page">
<h2>
Name: <span t-field="doc.name"/>
</h2>
<div class="row mt32 mb32">
</div>
</div>
<div class="oe_structure"/>
</t>
</template>


Video Duration: 0 minutes

Enroll Back