Dear all,
I want to replace password reset mail template. But without touch odoo source codes.
For example: I don't want to delete or edit Auth Signup: Reset Password template via created auth_signup.
I created a template via custom addon and install it on Odoo. I can find this template in Settings>Technical>Email>Templates.
Now I want to set this custom template for password reset process.
I find auth_signup.reset_password_email in Settings>Technical>Sequences & Identifiers>External Identifiers. When I change Record ID to my custom mail template record ID is working. Odoo start the use custom mail template for password reset.
My questions;
1. Is this method correct for replace mail template without touch any source code of Odoo?
2. If it is correct way, how can i change Record ID of auth_signup.reset_password_email to custom mail template id via app?
3. Is there any other correct method?
Best regards