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

I need to edit the invitation emails sent from the calendar. I also need to avoid the appearance of some fields like 'Description'.

Some suggest?

頭像
捨棄
最佳答案

The invitation emails are in python source code. You can change it in var html_invitation above this function:

class calendar_attendee(osv.osv):
    def _send_mail(self, cr, uid, ids, mail_to,email_from=tools.config.get('email_from', False), context=None):

In addons/base_calendar/base_calendar.py file

頭像
捨棄

There is an open bug on this subject. See: https://bugs.launchpad.net/openobject-addons/+bug/1192513

相關帖文 回覆 瀏覽次數 活動
0
3月 15
4157
0
3月 15
3496
2
12月 23
20238
1
2月 23
7873
1
1月 23
4784