Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
5712 Widoki

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?

Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć

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

Powiązane posty Odpowiedzi Widoki Czynność
0
mar 15
4819
0
mar 15
3773
2
gru 23
20529
1
lut 23
8214
1
sty 23
5196