This question has been flagged
4 Replies
9645 Views

how to remove this in ODoo V12?

i found suggested solutions but in Technical Settings / Email Templates i do not find a Template for Notifications.

and in other Mail Templates like "Sales Order Send by mail" i could not find that string.

--

and i also want to remove the Link to odoo. e.a. in Sent Sales Order the Customer receives a Link to Odoo. But our Odoo ist only internal so the link would be useless for the customer.


Avatar
Discard
Best Answer

Hi,
Refer the app:https://odoo-community.org/shop/mail-debrand-1532#attr=8949
This module modifies the functionality of emails to remove the Odoo branding

Hope it helps 
Thank you

Avatar
Discard

This breaks the templates in email marketing though.

Best Answer

Hi jack 

about your question you just need to inherit this template  "mail_notification_paynow" and you can remove what you want  

Avatar
Discard
Best Answer

Hi,,
Base on source that i see on addons/sale/models/sale.py module (\https://github.com/odoo/odoo/blob/e3f54a78088ab799c8db543c663ea026e7a8b574/addons/sale/models/sale.py#L622) that mail template wil use layout "mail.mail_notification_paynow"
So maybe you can try to update mail.mail_notification_paynow record.
For simple try,, you can try change within the ui, at Settings->Technical->User INterface->Views then find "mail_notification_paynow"

I also check, there's few more default mail layout ,, on Views menu,, you can find "mail_notification" then would be 3 basic notification layout templates.

Hope helps

Regards,,

Avatar
Discard
Best Answer

Hi,
as per your question below Free Module link useful for you.
\https://apps.odoo.com/apps/modules/12.0/muk_mail_branding/

Best Regards

Avatar
Discard