コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
5571 ビュー

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
4169
0
3月 15
3530
2
12月 23
20260
1
2月 23
7892
1
1月 23
4818