Browse Source

[FIX] fix qweb of the contact page as it's expecting singleton.

pull/1/head
houssine 6 years ago
parent
commit
f30c29be36
  1. 2
      easy_my_coop/view/subscription_template.xml

2
easy_my_coop/view/subscription_template.xml

@ -11,7 +11,7 @@
<template id="company_operational_offices" inherit_id="website.company_description" name="Company Description">
<address itemscope="itemscope" position="inside">
<div class="fa fa-building-o" t-field="res_company.company_registry"/><br/>
<div class="fa fa-bank" t-field="res_company.partner_id.bank_ids.sanitized_acc_number"/>
<div class="fa fa-bank" t-field="res_company.partner_id.bank_ids[0].sanitized_acc_number"/>
</address>
</template>

Loading…
Cancel
Save