[FIX] add missing description to action
authorGéry Debongnie <ged@odoo.com>
Thu, 30 Oct 2014 15:10:08 +0000 (16:10 +0100)
committerGéry Debongnie <ged@odoo.com>
Fri, 31 Oct 2014 12:55:58 +0000 (13:55 +0100)
addons/mail/static/src/js/mail_followers.js

index 3ace750..78b8026 100644 (file)
@@ -117,6 +117,7 @@ openerp_mail_followers = function(session, mail) {
                 view_mode: 'form',
                 view_type: 'form',
                 views: [[false, 'form']],
+                name: _t('Invite Follower'),
                 target: 'new',
                 context: {
                     'default_res_model': this.view.dataset.model,