Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.0] mail_debrand not working #160

Closed
jcdrubay opened this issue Mar 24, 2017 · 5 comments
Closed

[8.0] mail_debrand not working #160

jcdrubay opened this issue Mar 24, 2017 · 5 comments

Comments

@jcdrubay
Copy link

I tried to use mail debrand locally and it did not work for me, the last line mentioning about Odoo was still appearing.

I looked at the code and I did not understand how it could work.

mail_debrand seems to override the function get_signature_footer from odoo/addons/mail, but the function has a wrong name (extra _ as first character) to override: _get_signature_footer instead of get_signature_footer.

Related source code:

I can submit a PR for this tiny fix if somebody could confirm that their is actually a problem (I did not succeed to perform a meaningful test to reproduce on Runbot).

@pedrobaeza
Copy link
Member

Maybe it has been a renaming in Odoo... Please make the PR

@diggy128
Copy link

I can also verify the issue.
Removing _ from the function name resolves the issue.

@pedrobaeza
Copy link
Member

Please make the PR

@diggy128
Copy link

Done #176

@pedrobaeza
Copy link
Member

Fixed in #209

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

No branches or pull requests

3 participants