Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
5531 Weergaven

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?

Avatar
Annuleer
Beste antwoord

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

Avatar
Annuleer

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

Gerelateerde posts Antwoorden Weergaven Activiteit
0
mrt. 15
4135
0
mrt. 15
3476
2
dec. 23
20197
1
feb. 23
7816
1
jan. 23
4744