From 08bb9053efc28e2be8d0207eb9346f93946a49ee Mon Sep 17 00:00:00 2001 From: Peter Hahn Date: Wed, 27 Jan 2016 19:52:16 +0100 Subject: [PATCH] Fix according to review comments. --- web_widget_mail_send_odoo/README.rst | 8 +- web_widget_mail_send_odoo/__openerp__.py | 3 +- web_widget_mail_send_odoo/assets.xml | 2 +- .../src/css/web_widget_mail_send_odoo.css | 2 +- .../src/js/web_widget_mail_send_odoo.js | 164 +++++++++--------- .../src/xml/web_widget_mail_send_odoo.xml | 2 +- 6 files changed, 89 insertions(+), 92 deletions(-) diff --git a/web_widget_mail_send_odoo/README.rst b/web_widget_mail_send_odoo/README.rst index e2342f7bc..1130531d0 100644 --- a/web_widget_mail_send_odoo/README.rst +++ b/web_widget_mail_send_odoo/README.rst @@ -2,9 +2,9 @@ :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 -===================================== -Web Widget - Email internal mail link -===================================== +================================================= +Web Widget - Internal mail wizard for email links +================================================= This module was written to provide a new widget for Email fields to replace the standard behaviour of displaying a 'mailto:' link with JS to open the internal @@ -54,4 +54,4 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -To contribute to this module, please visit http://odoo-community.org. +To contribute to this module, please visit https://odoo-community.org. diff --git a/web_widget_mail_send_odoo/__openerp__.py b/web_widget_mail_send_odoo/__openerp__.py index 56a3ac244..03fd6dfa1 100644 --- a/web_widget_mail_send_odoo/__openerp__.py +++ b/web_widget_mail_send_odoo/__openerp__.py @@ -3,7 +3,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { - 'name': 'Web Widget - Email internal mail link', + 'name': 'Web Widget - Internal mail wizard for email links', 'summary': 'Send mail using internal composition wizard.', 'version': '8.0.1.0.0', 'category': 'Social Network', @@ -14,7 +14,6 @@ 'installable': True, 'auto_install': False, 'depends': [ - 'web', 'mail', ], 'data': [ diff --git a/web_widget_mail_send_odoo/assets.xml b/web_widget_mail_send_odoo/assets.xml index 728c55e38..7cb058ced 100644 --- a/web_widget_mail_send_odoo/assets.xml +++ b/web_widget_mail_send_odoo/assets.xml @@ -2,7 +2,7 @@ -