Browse Source

fix donor page access

master
root 2 years ago
parent
commit
203c9a7c20
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      views/portal.xml

+ 1
- 1
views/portal.xml View File

@ -15,7 +15,7 @@
<hr class="mt-1 mb-0"/>
<div t-field="user_id.partner_id" t-options='{"widget": "contact", "fields": ["email", "phone", "address", "name"]}'/>
<div style="color:red" t-field="user_id.partner_id.member_status"/>
<div style="font-size:15px;color:red"><span >Date de fin d'adhésion : </span><span t-field="user_id.partner_id.date_membership"/></div>
<!-- <div style="font-size:15px;color:red"><span >Date de fin d'adhésion : </span><span t-field="user_id.partner_id.date_membership"/></div> -->
</xpath>
</template>


Loading…
Cancel
Save