Chandni Gandhi has proposed merging
lp:~openerp-dev/openobject-addons/trunk-bug-1111499-cga into
lp:openobject-addons.
Requested reviews:
OpenERP Core Team (openerp)
Related bugs:
Bug #1111499 in OpenERP Addons: "[trunk/7.0][Typo]wrong pairs 'from' -
'Recipient' in message form"
https://bugs.launchpad.net/openobject-addons/+bug/1111499
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1111499-cga/+merge/146397
Hello,
Change from to sender in mail.message.
Thanks
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1111499-cga/+merge/146397
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-bug-1111499-cga.
=== modified file 'mail/mail_message.py'
--- mail/mail_message.py 2013-01-15 11:39:20 +0000
+++ mail/mail_message.py 2013-02-04 12:48:32 +0000
@@ -137,7 +137,7 @@
], 'Type',
help="Message type: email for email message, notification for system "\
"message, comment for other messages such as user replies"),
- 'email_from': fields.char('From',
+ 'email_from': fields.char('Sender',
help="Email address of the sender. This field is set when no matching partner is found for incoming emails."),
'author_id': fields.many2one('res.partner', 'Author', select=1,
ondelete='set null',
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp