跳至内容
菜单
此问题已终结
1 回复
5525 查看

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
4132
0
3月 15
3470
2
12月 23
20187
1
2月 23
7802
1
1月 23
4730