Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
5569 Visualizzazioni

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
Abbandona
Risposta migliore

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
Abbandona

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

Post correlati Risposte Visualizzazioni Attività
0
mar 15
4169
0
mar 15
3529
2
dic 23
20258
1
feb 23
7890
1
gen 23
4817