Closed remi-filament closed 2 years ago
Workaround is to update e-mail template auth_signup.set_password_email to remove the following lines : https://github.com/odoo/odoo/blob/5bd8596410f8584ce430567ebfec0a42fb40f755/addons/auth_signup/data/auth_signup_data.xml#L152-L153
Hello @remi-filament 😄 !!! Do you want to review this PR? https://github.com/OCA/social/pull/911
It doesn't solve your issue, but is the first step.
@moduon MT-787
@Shide did you find any hint on how to fix this issue?
This issue is trying to be fixed recreating the template in https://github.com/OCA/social/pull/937
Using mail_debrand, the content of the mail sent at sign up is empty (headers and footer are properly filled) :
Without mail_debrand module installed I get the following content :
The issue seems related to this block : https://github.com/OCA/social/blob/02467d14fa4b2ade959ced981f3a0411d46e1d26/mail_debrand/models/mail_render_mixin.py#L51-L52 where the full div is removed because of Odoo tour section.
I am not sure how to address this without breaking the way this module works for other mail templates, any idea would be welcome !