Mathias Markl
7 years ago
13 changed files with 146 additions and 122 deletions
-
5muk_web_preview_mail/README.md
-
2muk_web_preview_mail/__init__.py
-
18muk_web_preview_mail/__manifest__.py
-
2muk_web_preview_mail/controllers/__init__.py
-
87muk_web_preview_mail/controllers/main.py
-
28muk_web_preview_mail/demo/demo.xml
-
13muk_web_preview_mail/demo/preview_mail_demo.xml
-
6muk_web_preview_mail/doc/changelog.rst
-
49muk_web_preview_mail/doc/index.rst
-
38muk_web_preview_mail/static/description/index.html
-
5muk_web_preview_mail/static/src/js/preview_handler.js
-
3muk_web_preview_mail/tests/__init__.py
-
12muk_web_preview_mail/tests/test_mail_parse.py
@ -1,5 +0,0 @@ |
|||
# MuK Preview Mail |
|||
|
|||
Extendes the Preview Dialog to support mails. Currently the following mail extensions are supported: |
|||
|
|||
* Microsoft Outlook Express Mail Message (*.eml, message/rfc822) |
@ -0,0 +1,28 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
|
|||
<!-- |
|||
Copyright (C) 2017 MuK IT GmbH |
|||
|
|||
This program is free software: you can redistribute it and/or modify |
|||
it under the terms of the GNU Affero General Public License as |
|||
published by the Free Software Foundation, either version 3 of the |
|||
License, or (at your option) any later version. |
|||
|
|||
This program is distributed in the hope that it will be useful, |
|||
but WITHOUT ANY WARRANTY; without even the implied warranty of |
|||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|||
GNU Affero General Public License for more details. |
|||
|
|||
You should have received a copy of the GNU Affero General Public License |
|||
along with this program. If not, see <http://www.gnu.org/licenses/>. |
|||
--> |
|||
|
|||
<odoo noupdate="1"> |
|||
|
|||
<record id="mail_attachment_demo" model="ir.attachment"> |
|||
<field name="name">sample.eml</field> |
|||
<field name="datas_fname">sample.eml</field> |
|||
<field name="datas" type="base64" file="muk_web_preview_mail/demo/data/sample.eml"/> |
|||
</record> |
|||
|
|||
</odoo> |
@ -1,13 +0,0 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<odoo> |
|||
<data noupdate="1"> |
|||
|
|||
<record id="mail_attachment_demo" model="ir.attachment"> |
|||
<field name="name">sample.eml</field> |
|||
<field name="datas_fname">sample.eml</field> |
|||
<field name="datas" type="base64" file="muk_web_preview_mail/demo/data/sample.eml"/> |
|||
</record> |
|||
|
|||
|
|||
</data> |
|||
</odoo> |
@ -1,9 +1,13 @@ |
|||
`2.0.0` |
|||
------- |
|||
|
|||
- Migrated to Python 3 |
|||
|
|||
`1.1.0` |
|||
------- |
|||
|
|||
- Lazy load javascript |
|||
|
|||
|
|||
`1.0.0` |
|||
------- |
|||
|
|||
|
@ -0,0 +1,49 @@ |
|||
================ |
|||
MuK Preview Mail |
|||
================ |
|||
|
|||
Extendes the Preview Dialog to support mails. Currently the following |
|||
mail extensions are supported: |
|||
|
|||
* Microsoft Outlook Express Mail Message (\*.eml, message/rfc822) |
|||
|
|||
Installation |
|||
============ |
|||
|
|||
To install this module, you need to: |
|||
|
|||
Download the module and add it to your Odoo addons folder. Afterward, log on to |
|||
your Odoo server and go to the Apps menu. Trigger the debug modus and update the |
|||
list by clicking on the "Update Apps List" link. Now install the module by |
|||
clicking on the install button. |
|||
|
|||
Configuration |
|||
============= |
|||
|
|||
No additional configuration is needed to use this module. |
|||
|
|||
Usage |
|||
============= |
|||
|
|||
Go to a binary that contains a mail and open the preview dialog to view |
|||
the preview. |
|||
|
|||
Credits |
|||
======= |
|||
|
|||
Contributors |
|||
------------ |
|||
|
|||
* Mathias Markl <mathias.markl@mukit.at> |
|||
|
|||
Author & Maintainer |
|||
------------------- |
|||
|
|||
This module is maintained by the `MuK IT GmbH <https://www.mukit.at/>`_. |
|||
|
|||
MuK IT is an Austrian company specialized in customizing and extending Odoo. |
|||
We develop custom solutions for your individual needs to help you focus on |
|||
your strength and expertise to grow your business. |
|||
|
|||
If you want to get in touch please contact us via mail |
|||
(sale@mukit.at) or visit our website (https://mukit.at). |
Write
Preview
Loading…
Cancel
Save
Reference in new issue