Skip to content

Commit

Permalink
[ADD] website_portal: manage permission to edit contact
Browse files Browse the repository at this point in the history
  • Loading branch information
mathben authored and SirTakobi committed Jul 7, 2023
1 parent 9c26c68 commit 4b6c34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website_portal_address/views/layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<template id="contact_address_type_website_form"
name="Portal Contact Address Type Form"
inherit_id="website_portal_contact.contacts_table">
<xpath expr="//th[hasclass('text-center')]" position="before">
<xpath expr="//th[@id='th_email']" position="after">
<th>Type</th>
</xpath>
<xpath expr="//td/a[@t-attf-href='mailto://#{contact.email}']" position="after">
Expand Down

0 comments on commit 4b6c34c

Please sign in to comment.