Browse Source

[IMP] add bce and bank account number.

pull/1/head
houssine 6 years ago
parent
commit
32ba87d888
  1. 7
      easy_my_coop/view/subscription_template.xml

7
easy_my_coop/view/subscription_template.xml

@ -8,6 +8,13 @@
</xpath>
</template>
<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"/>
</address>
</template>
<template id="cooperator_thanks" name="Cooperator contact us" page="True">
<t t-call="website.layout">
<div id="wrap">

Loading…
Cancel
Save