openerp-dev-web team mailing list archive
-
openerp-dev-web team
-
Mailing list archive
-
Message #05680
lp:~openerp-dev/openobject-addons/trunk-base_calendar_typo_fix_on_wizard-bugfix-ind-ach into lp:~openerp-dev/openobject-addons/trunk-bugfixes-Ind
Anup(OpenERP) has proposed merging lp:~openerp-dev/openobject-addons/trunk-base_calendar_typo_fix_on_wizard-bugfix-ind-ach into lp:~openerp-dev/openobject-addons/trunk-bugfixes-Ind.
Requested reviews:
Husen Daudi (husendaudi)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-base_calendar_typo_fix_on_wizard-bugfix-ind-ach/+merge/58281
Hello,
typo fix on invitation wizard.
Thanks.
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-base_calendar_typo_fix_on_wizard-bugfix-ind-ach/+merge/58281
Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/trunk-bugfixes-Ind.
=== modified file 'base_calendar/wizard/base_calendar_invite_attendee.py'
--- base_calendar/wizard/base_calendar_invite_attendee.py 2011-01-14 00:11:01 +0000
+++ base_calendar/wizard/base_calendar_invite_attendee.py 2011-04-19 12:03:50 +0000
@@ -140,7 +140,7 @@
if not mail_to:
name = map(lambda x: x[1], filter(lambda x: type==x[0], \
self._columns['type'].selection))
- raise osv.except_osv(_('Error!'), ("%s must have an email Address to send mail") %(name[0]))
+ raise osv.except_osv(_('Error!'), ("%s must have an email address to send mail") %(name[0]))
att_obj._send_mail(cr, uid, attendees, mail_to, \
email_from = current_user.user_email or tools.config.get('email_from', False))
Follow ups