تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
5 الردود
7185 أدوات العرض

When i send quotations, there appears a purple button (Accept & Sign Quotation) on the end of the mail. This button is not part of any Mail-Template. 

Is there a way to remove this button in Odoo v.14 enterprise


Thanks in advance

الصورة الرمزية
إهمال
أفضل إجابة

Hello Elmoria,

You need to search the value based on the key field as it is an external id.

The name of the view in v.14 is "Mail: Pay Now mail notification template".

I hope this helps,

الصورة الرمزية
إهمال
الكاتب

That helped! Thanks a lot Jack!

أفضل إجابة

In odoo V15,  remove 

<a t-if="has_button_access"
t-att-href="button_access['url']"
style="padding: 8px 12px; font-size: 12px; color: #FFFFFF; text-decoration: none !important; font-weight: 400; background-color: #875A7B; border: 0px solid #875A7B; border-radius:3px">
<t t-esc="button_access['title']"/>
a>


from mail.message_notification_email

الصورة الرمزية
إهمال
أفضل إجابة

It's in the template "mail.mail_notification_paynow" which can be modified from the Views menu or writing a module.

الصورة الرمزية
إهمال
أفضل إجابة

In developer Mode go to settings->user interface->views, search for "Mail: Pay Now mail notification template"


Find the location in your view as shown below and add BOLD code inside as shown below which is just over the tag. 



By doing this way you just be sure that it will be hidden for Quotations only even if in different languages but code will be working for other mails like payments , etc. So you will not broke any running conditions. 


Best regards, 

Melih 

Eska Business Solutions



الصورة الرمزية
إهمال
الكاتب أفضل إجابة

Thanks for the fast response.

When i go to "Technical -> User Interface -> Views" Unfortunately there is no mail.mail_notification_paynow

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
0
مايو 21
2468
0
أكتوبر 21
4606
3
سبتمبر 25
2719
0
أغسطس 25
319
1
أغسطس 25
2342