跳至內容
選單
此問題已被標幟
4 回覆
10526 瀏覽次數

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.


頭像
捨棄
最佳答案

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

頭像
捨棄

This breaks the templates in email marketing though.

最佳答案

Hi jack 

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

頭像
捨棄
最佳答案

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,,

頭像
捨棄
最佳答案

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

頭像
捨棄