跳至內容
選單
此問題已被標幟
3 回覆
6594 瀏覽次數
頭像
捨棄
作者 最佳答案

create an inherited views from the "Mail: Pay Now mail notification template" view.

Add the following code on the architecture. 

<xpath expr=”//div[@style=’margin: 32px 0px 32px 0px; text-align: center;’]” position=”replace”/>


Warning : copy and paste this sentence won't work, you have to rewrite it.




This will remove the button from the emails sent with that invoice email template.

頭像
捨棄
最佳答案

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


頭像
捨棄

Great, My Issue is solved

相關帖文 回覆 瀏覽次數 活動
0
11月 23
1562
2
4月 24
5973
2
2月 24
3033
2
7月 23
5453
0
1月 25
7697