[IMP]Removed required from field 'email_from'
authorPooja Zankhariya (OpenERP) <pza@tinyerp.com>
Wed, 6 Nov 2013 13:39:48 +0000 (18:39 +0500)
committerPooja Zankhariya (OpenERP) <pza@tinyerp.com>
Wed, 6 Nov 2013 13:39:48 +0000 (18:39 +0500)
bzr revid: pza@tinyerp.com-20131106133948-pmu3otkqgyr036ch

addons/mail/mail_message.py

index 13e7fa2..e93eee0 100644 (file)
@@ -154,7 +154,7 @@ class mail_message(osv.Model):
             help="Message type: email for email message, notification for system "\
                  "message, comment for other messages such as user replies"),
         'email_from': fields.char('From',
-            help="Email address of the sender. This field is set when no matching partner is found for incoming emails.", required=True),
+            help="Email address of the sender. This field is set when no matching partner is found for incoming emails."),
         'reply_to': fields.char('Reply-To',
             help='Reply email address. Setting the reply_to bypasses the automatic thread creation.'),
         'author_id': fields.many2one('res.partner', 'Author', select=1,