Browse Source

[FIX] base.js: add return

[FIX] res_partner_mails_count.xml: remove unused code
[FIX] __openerp__.py: change license
pull/6/head
x620 8 years ago
parent
commit
2db75d48ef
  1. 2
      mail_base/static/src/js/base.js
  2. 2
      res_partner_mails_count/__openerp__.py
  3. 1
      res_partner_mails_count/views/res_partner_mails_count.xml

2
mail_base/static/src/js/base.js

@ -76,7 +76,7 @@ ChatAction.include({
this.searchview.defaults = search_defaults;
var self = this;
$.when(result).done(function() {
return $.when(result).done(function() {
self.searchview.do_search();
});
}

2
res_partner_mails_count/__openerp__.py

@ -8,7 +8,7 @@
"author": "IT-Projects LLC, Pavel Romanchenko",
"website": "https://it-projects.info",
"license": "GPL-3",
"license": "LGPL-3",
"price": 30.00,
"currency": "EUR",

1
res_partner_mails_count/views/res_partner_mails_count.xml

@ -6,7 +6,6 @@
<field name="tag">mail.chat.instant_messaging</field>
<field name="res_model">mail.message</field>
<field name="context">{
'ignore_search_model': True,
'active_id': 'channel_archive'
}</field>
<field name="help" type="html">

Loading…
Cancel
Save