Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
5541 Представления

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

Related Posts Ответы Просмотры Активность
0
мар. 15
4144
0
мар. 15
3485
2
дек. 23
20214
1
февр. 23
7834
1
янв. 23
4766