[FIX] website_crm_partner_assign: fixing broken urls in mail template
Issue:
-------------------
In the lead forward mail template, there are some broken links, when we click on those links they are appended to the current url and redirect to a non-expected page.
Steps to reproduce:
-------------------
1. Go to CRM -> Create a new opportunity
2. Click on this new opportunity -> Assigned Partner
3. Select an assigned partner and click “Send Email”
4. Go to Settings -> Technical -> Emails
5. When clicking on “Partner Portal” it redirects to a non-existing page
Cause:
-------------------
The issue is happening because the urls are badly formatted and not using the correct tags
OPW-3074049
closes odoo/odoo#130300
Signed-off-by:
Nicolas Lempereur (nle) <nle@odoo.com>
Showing
- addons/website_crm_partner_assign/data/mail_template_data.xml 3 additions, 3 deletions...ns/website_crm_partner_assign/data/mail_template_data.xml
- addons/website_crm_partner_assign/i18n/website_crm_partner_assign.pot 3 additions, 3 deletions...te_crm_partner_assign/i18n/website_crm_partner_assign.pot
Please register or sign in to comment