Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
4 ตอบกลับ
10523 มุมมอง

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

อวตาร
ละทิ้ง