diff --git a/mail_sent/README.rst b/mail_sent/README.rst new file mode 100644 index 00000000..c5c25a0a --- /dev/null +++ b/mail_sent/README.rst @@ -0,0 +1,64 @@ +.. 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 + +========== +Sent mails +========== + +This module was written to extend the functionality of mails to support seeing only sent messages +and allow you to easily check them. + +Usage +===== + +To use this module, you need to: + +* Go to *Messaging > Messaging > Sent*. +* If you wish to see only unread ones, click on the counter bubble (if any). + +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/205/8.0 + +.. repo_id is available in https://github.com/OCA/maintainer-tools/blob/master/tools/repos_with_ids.txt +.. branch is "8.0" for example + +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 +------------ + +* Rafael Blasco +* Jairo Llopis + +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 http://odoo-community.org. diff --git a/mail_sent/__init__.py b/mail_sent/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/mail_sent/__openerp__.py b/mail_sent/__openerp__.py new file mode 100644 index 00000000..b7d41a82 --- /dev/null +++ b/mail_sent/__openerp__.py @@ -0,0 +1,20 @@ +# -*- coding: utf-8 -*- +# © 2015 Antiun Ingeniería, S.L. +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +{ + "name": "Sent mails", + "summary": "Provide a view of sent mails", + "version": "8.0.1.0.0", + "category": "Social Network", + "website": "https://odoo-community.org/", + "author": "Antiun Ingeniería, S.L., Odoo Community Association (OCA)", + "license": "AGPL-3", + "application": False, + "installable": True, + "depends": [ + "mail", + ], + "data": [ + "views/mail.xml", + ], +} diff --git a/mail_sent/static/description/icon.png b/mail_sent/static/description/icon.png new file mode 100644 index 00000000..3a0328b5 Binary files /dev/null and b/mail_sent/static/description/icon.png differ diff --git a/mail_sent/views/mail.xml b/mail_sent/views/mail.xml new file mode 100644 index 00000000..8b2eb529 --- /dev/null +++ b/mail_sent/views/mail.xml @@ -0,0 +1,32 @@ + + + + + Sent + mail.wall + mail.message + { + 'default_model': 'res.users', + 'default_res_id': uid, + 'thread_model': 'res.partner', + } + + +

No sent messages.

+

This list contains messages sent by you.

+
+
+ + +
+