diff --git a/web_widget_mail_send_odoo/README.rst b/web_widget_mail_send_odoo/README.rst new file mode 100644 index 00000000..e48b9636 --- /dev/null +++ b/web_widget_mail_send_odoo/README.rst @@ -0,0 +1,57 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 + +================================================= +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 +Email wizard from Odoo for message composition. + +The message you sent gets appended to the chatter as if you where using the +internal mail functions of Odoo. + +Usage +===== + +To use this module, you need to: + +* Install the module. +* It will replace the default widget for email fields. + +For further information, please visit: + +* https://www.odoo.com/forum/help-1 + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed feedback +`here `_. + +Credits +======= + +Contributors +------------ + +* Peter Hahn + +Maintainer +---------- + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +This module is maintained by the OCA. + +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 https://odoo-community.org. diff --git a/web_widget_mail_send_odoo/__init__.py b/web_widget_mail_send_odoo/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/web_widget_mail_send_odoo/__openerp__.py b/web_widget_mail_send_odoo/__openerp__.py new file mode 100644 index 00000000..03fd6dfa --- /dev/null +++ b/web_widget_mail_send_odoo/__openerp__.py @@ -0,0 +1,25 @@ +# -*- coding: utf-8 -*- +# © 2015 initOS GmbH () +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +{ + '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', + 'website': 'https://odoo-community.org', + 'author': 'initOS GmbH, Odoo Community Association (OCA)', + 'license': 'AGPL-3', + 'application': False, + 'installable': True, + 'auto_install': False, + 'depends': [ + 'mail', + ], + 'data': [ + 'assets.xml', + ], + 'qweb': [ + 'static/src/xml/web_widget_mail_send_odoo.xml', + ], +} diff --git a/web_widget_mail_send_odoo/assets.xml b/web_widget_mail_send_odoo/assets.xml new file mode 100644 index 00000000..7cb058ce --- /dev/null +++ b/web_widget_mail_send_odoo/assets.xml @@ -0,0 +1,13 @@ + + + + +