I am encountering an issue when creating links with dynamic placeholders in email templates. Specifically, when I set up a link in an email template using placeholders, such as www.example.com/contact-from-od?id={{object.id}}, the placeholders are not being correctly replaced in the sent emails.
Example of the issue:
• Email Template Setup: Create a link using dynamic placeholders like www.example.com/contact-from-od?id={{object.id}}.
• Received Link in Email: https://www.example.com/contact-from-od?id={{object.id}}
According to the Odoo documentation on dynamic placeholders(https://www.odoo.com/documentation/17.0/applications/general/companies/email_template.html#dynamic-placeholders), whilst directly entering “/” allows for selecting dynamic placeholders effectively, this does not seem to apply to links. How can we resolve this issue to ensure that dynamic placeholders are utilized correctly in links?