-
- Downloads
[FIX] event_sms: check model of sms template
When notification type is set as sms we need to check whether the template which is referenced is coming from a correct model or not. Applying this commit will fix this issue. sentry-4195133685 closes odoo/odoo#125709 X-original-commit: 6cb268230cab571fe39ee755b06b24a2a3cd5579 Related: odoo/enterprise#42827 Signed-off-by:Thibault Delavallee (tde) <tde@openerp.com> Signed-off-by:
Saurabh Choraria (sauc) <sauc@odoo.com>
Showing
- addons/event/i18n/event.pot 8 additions, 0 deletionsaddons/event/i18n/event.pot
- addons/event/models/event_mail.py 12 additions, 1 deletionaddons/event/models/event_mail.py
- addons/event_sms/models/event_mail.py 3 additions, 0 deletionsaddons/event_sms/models/event_mail.py
- addons/test_event_full/tests/__init__.py 1 addition, 0 deletionsaddons/test_event_full/tests/__init__.py
- addons/test_event_full/tests/test_event_mail.py 43 additions, 0 deletionsaddons/test_event_full/tests/test_event_mail.py
Loading
Please register or sign in to comment