Skip to content
This repository has been archived by the owner on Dec 17, 2019. It is now read-only.

[*] Solving record does not exist on sending mail #87

Open
wants to merge 1 commit into
base: 11.0
Choose a base branch
from
Open

[*] Solving record does not exist on sending mail #87

wants to merge 1 commit into from

Conversation

JovaniM
Copy link

@JovaniM JovaniM commented Jun 5, 2019

When you try to send a mail after form submit some times return an error saying "This record does not exist or it's not available" this will fix them!

@SythilTech
Copy link
Owner

The email template is meant to use the html.form.history model hence it uses the id of the newly created history record.
https://github.com/SythilTech/Odoo/blob/11.0/html_form_builder/views/email_templates.xml

However it would be good to have a condition check so if the email template is not associated with html.form.history then it uses the record_id instead.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants