[MERGE] lp:openobject-addons
authorJigar Amin - OpenERP <jam@tinyerp.com>
Thu, 28 Jun 2012 04:33:00 +0000 (10:03 +0530)
committerJigar Amin - OpenERP <jam@tinyerp.com>
Thu, 28 Jun 2012 04:33:00 +0000 (10:03 +0530)
bzr revid: jam@tinyerp.com-20120628043300-y3hc96fwwzvoe9hv

1  2 
addons/crm/crm_data.xml
addons/mail/res_users.py

Simple merge
@@@ -37,9 -36,8 +37,9 @@@ class res_users(osv.osv)
                          ('comments', 'Only comments'),
                          ('to_me', 'Only when sent directly to me'),
                          ('none', 'Never')
-                         ], 'Receive Feeds by E-mail', required=True,
+                         ], 'Receive Feeds by Email', required=True,
                          help="Choose in which case you want to receive an email when you receive new feeds."),
 +        'alias_id': fields.many2one('mail.alias', 'Mail Alias', ondelete="cascade", required=True),
      }
      
      _defaults = {