Browse Source
[DOC] Added message about the unavailability of the modules in later versions.(#129)
pull/183/head
[DOC] Added message about the unavailability of the modules in later versions.(#129)
pull/183/head
ArtyomLosev
7 years ago
committed by
Ivan Yelizariev
25 changed files with 454 additions and 19 deletions
-
58.gitignore
-
35mail_delete_odoo_footer/README.rst
-
4mail_delete_odoo_footer/doc/changelog.rst
-
13mail_delete_odoo_footer/doc/index.rst
-
33mail_fix_empty_body/README.rst
-
4mail_fix_empty_body/doc/changelog.rst
-
13mail_fix_empty_body/doc/index.rst
-
30mail_fix_header_from/README.rst
-
35mail_outgoing/README.rst
-
4mail_outgoing/__openerp__.py
-
4mail_outgoing/doc/changelog.rst
-
8mail_outgoing/doc/index.rst
-
37mail_partner_lang/README.rst
-
4mail_partner_lang/doc/changelog.rst
-
13mail_partner_lang/doc/index.rst
-
35mail_todo_custom/README.rst
-
4mail_todo_custom/doc/changelog.rst
-
26mail_todo_custom/doc/index.rst
-
37mass_mailing_extra/README.rst
-
8mass_mailing_extra/__openerp__.py
-
4mass_mailing_extra/doc/changelog.rst
-
13mass_mailing_extra/doc/index.rst
-
34res_partner_strip_email/README.rst
-
4res_partner_strip_email/doc/changelog.rst
-
13res_partner_strip_email/doc/index.rst
@ -0,0 +1,58 @@ |
|||
# Byte-compiled / optimized / DLL files |
|||
__pycache__/ |
|||
*.py[cod] |
|||
|
|||
# C extensions |
|||
*.so |
|||
|
|||
# Distribution / packaging |
|||
.Python |
|||
env/ |
|||
bin/ |
|||
build/ |
|||
develop-eggs/ |
|||
dist/ |
|||
eggs/ |
|||
lib64/ |
|||
parts/ |
|||
sdist/ |
|||
var/ |
|||
*.egg-info/ |
|||
.installed.cfg |
|||
*.egg |
|||
|
|||
# Installer logs |
|||
pip-log.txt |
|||
pip-delete-this-directory.txt |
|||
|
|||
# Unit test / coverage reports |
|||
htmlcov/ |
|||
.tox/ |
|||
.coverage |
|||
.cache |
|||
nosetests.xml |
|||
coverage.xml |
|||
|
|||
# Translations |
|||
*.mo |
|||
|
|||
# Pycharm |
|||
.idea |
|||
|
|||
# Mr Developer |
|||
.mr.developer.cfg |
|||
.project |
|||
.pydevproject |
|||
|
|||
# Rope |
|||
.ropeproject |
|||
|
|||
# Sphinx documentation |
|||
docs/_build/ |
|||
|
|||
# Backup files |
|||
*~ |
|||
*.swp |
|||
|
|||
# odoo |
|||
!static/lib/ |
@ -1,4 +1,33 @@ |
|||
Delete Odoo footer in email |
|||
=========================== |
|||
============================= |
|||
Delete Odoo footer in email |
|||
============================= |
|||
|
|||
Tested on 8.0 ab7b5d7732a7c222a0aea45bd173742acd47242d |
|||
Credits |
|||
======= |
|||
|
|||
Contributors |
|||
------------ |
|||
* `Ivan Yelizariev <https://it-projects.info/team/yelizariev>`__ |
|||
|
|||
Sponsors |
|||
-------- |
|||
* `IT-Projects LLC <https://it-projects.info>`__ |
|||
|
|||
Maintainers |
|||
----------- |
|||
* `IT-Projects LLC <https://it-projects.info>`__ |
|||
|
|||
The module is not maintained since Odoo 9.0. |
|||
|
|||
Further information |
|||
=================== |
|||
|
|||
Demo: http://runbot.it-projects.info/demo/mail_addons/8.0 |
|||
|
|||
HTML Description: https://apps.odoo.com/apps/modules/8.0/mail_delete_odoo_footer/ |
|||
|
|||
Usage instructions: `<doc/index.rst>`_ |
|||
|
|||
Changelog: `<doc/changelog.rst>`_ |
|||
|
|||
Tested on Odoo 8.0 ab7b5d7732a7c222a0aea45bd173742acd47242d |
@ -0,0 +1,4 @@ |
|||
`1.0.0` |
|||
------- |
|||
|
|||
- Init version |
@ -0,0 +1,13 @@ |
|||
============================= |
|||
Delete Odoo footer in email |
|||
============================= |
|||
|
|||
Installation |
|||
============ |
|||
|
|||
* `Install <https://odoo-development.readthedocs.io/en/latest/odoo/usage/install-module.html>`__ this module in a usual way |
|||
|
|||
Configuration |
|||
============= |
|||
|
|||
This module do not need any special configuration. |
@ -1,6 +1,33 @@ |
|||
Fix "False" in empty email body |
|||
=============================== |
|||
================================= |
|||
Fix "False" in empty email body |
|||
================================= |
|||
|
|||
Description: https://apps.odoo.com/apps/modules/8.0/mail_fix_empty_body/ |
|||
Credits |
|||
======= |
|||
|
|||
Contributors |
|||
------------ |
|||
* `Ivan Yelizariev <https://it-projects.info/team/yelizariev>`__ |
|||
|
|||
Sponsors |
|||
-------- |
|||
* `IT-Projects LLC <https://it-projects.info>`__ |
|||
|
|||
Maintainers |
|||
----------- |
|||
* `IT-Projects LLC <https://it-projects.info>`__ |
|||
|
|||
The module is not maintained since Odoo 9.0. |
|||
|
|||
Further information |
|||
=================== |
|||
|
|||
Demo: http://runbot.it-projects.info/demo/mail_addons/8.0 |
|||
|
|||
HTML Description: https://apps.odoo.com/apps/modules/8.0/mail_fix_empty_body/ |
|||
|
|||
Usage instructions: `<doc/index.rst>`_ |
|||
|
|||
Changelog: `<doc/changelog.rst>`_ |
|||
|
|||
Tested on Odoo 8.0 ab7b5d7732a7c222a0aea45bd173742acd47242d |
@ -0,0 +1,4 @@ |
|||
`1.0.0` |
|||
------- |
|||
|
|||
- Init version |
@ -0,0 +1,13 @@ |
|||
================================= |
|||
Fix "False" in empty email body |
|||
================================= |
|||
|
|||
Installation |
|||
============ |
|||
|
|||
* `Install <https://odoo-development.readthedocs.io/en/latest/odoo/usage/install-module.html>`__ this module in a usual way |
|||
|
|||
Configuration |
|||
============= |
|||
|
|||
This module do not need any special configuration. |
@ -0,0 +1,30 @@ |
|||
======================================= |
|||
Fix non-ascii header 'from' (OBSOLETE) |
|||
======================================= |
|||
|
|||
Obsolete in odoo 8.0 since Sep 10, 2014 https://github.com/odoo/odoo/commit/f2cf6ced17d3477b8858e3a8f955a42cc8a629ff . You can install this module, if you use older version. |
|||
|
|||
|
|||
Credits |
|||
======= |
|||
|
|||
Contributors |
|||
------------ |
|||
* `Ivan Yelizariev <https://it-projects.info/team/yelizariev>`__ |
|||
|
|||
Sponsors |
|||
-------- |
|||
* `IT-Projects LLC <https://it-projects.info>`__ |
|||
|
|||
Maintainers |
|||
----------- |
|||
* `IT-Projects LLC <https://it-projects.info>`__ |
|||
|
|||
The module is not maintained since Odoo 9.0. |
|||
|
|||
Further information |
|||
=================== |
|||
|
|||
Demo: http://runbot.it-projects.info/demo/mail_addons/8.0 |
|||
|
|||
HTML Description: https://apps.odoo.com/apps/modules/8.0/mail_fix_header_from/ |
@ -0,0 +1,35 @@ |
|||
===================== |
|||
Outgoing mails menu |
|||
===================== |
|||
|
|||
Allows to check outgoing mails, i.e. failed or delayed. |
|||
|
|||
Credits |
|||
======= |
|||
|
|||
Contributors |
|||
------------ |
|||
* `Ivan Yelizariev <https://it-projects.info/team/yelizariev>`__ |
|||
|
|||
Sponsors |
|||
-------- |
|||
* `IT-Projects LLC <https://it-projects.info>`__ |
|||
|
|||
Maintainers |
|||
----------- |
|||
* `IT-Projects LLC <https://it-projects.info>`__ |
|||
|
|||
The module is not maintained since Odoo 9.0. |
|||
|
|||
Further information |
|||
=================== |
|||
|
|||
Demo: http://runbot.it-projects.info/demo/mail-addons/8.0 |
|||
|
|||
HTML Description: https://apps.odoo.com/apps/modules/8.0/mail_outgoing/ |
|||
|
|||
Usage instructions: `<doc/index.rst>`_ |
|||
|
|||
Changelog: `<doc/changelog.rst>`_ |
|||
|
|||
Tested on Odoo 8.0 ab7b5d7732a7c222a0aea45bd173742acd47242d |
@ -0,0 +1,4 @@ |
|||
`1.0.0` |
|||
------- |
|||
|
|||
- Init version |
@ -0,0 +1,8 @@ |
|||
===================== |
|||
Outgoing mails menu |
|||
===================== |
|||
|
|||
Installation |
|||
============ |
|||
|
|||
* `Install <https://odoo-development.readthedocs.io/en/latest/odoo/usage/install-module.html>`__ this module in a usual way |
@ -1,4 +1,35 @@ |
|||
Use partner language in mail |
|||
============================ |
|||
============================== |
|||
Use partner language in mail |
|||
============================== |
|||
|
|||
FIXME: there is issue with frozen dict in new odoo. |
|||
FIXME: there is issue with frozen dict in new odoo. |
|||
|
|||
Credits |
|||
======= |
|||
|
|||
Contributors |
|||
------------ |
|||
* `Ivan Yelizariev <https://it-projects.info/team/yelizariev>`__ |
|||
|
|||
Sponsors |
|||
-------- |
|||
* `IT-Projects LLC <https://it-projects.info>`__ |
|||
|
|||
Maintainers |
|||
----------- |
|||
* `IT-Projects LLC <https://it-projects.info>`__ |
|||
|
|||
The module is not maintained since Odoo 9.0. |
|||
|
|||
Further information |
|||
=================== |
|||
|
|||
Demo: http://runbot.it-projects.info/demo/mail-addons/8.0 |
|||
|
|||
HTML Description: https://apps.odoo.com/apps/modules/8.0/mail_partner_lang/ |
|||
|
|||
Usage instructions: `<doc/index.rst>`_ |
|||
|
|||
Changelog: `<doc/changelog.rst>`_ |
|||
|
|||
Tested on Odoo 8.0 ab7b5d7732a7c222a0aea45bd173742acd47242d |
@ -0,0 +1,4 @@ |
|||
`1.0.0` |
|||
------- |
|||
|
|||
- Init version |
@ -0,0 +1,13 @@ |
|||
============================== |
|||
Use partner language in mail |
|||
============================== |
|||
|
|||
Installation |
|||
============ |
|||
|
|||
* `Install <https://odoo-development.readthedocs.io/en/latest/odoo/usage/install-module.html>`__ this module in a usual way |
|||
|
|||
Configuration |
|||
============= |
|||
|
|||
This module do not need any special configuration. |
@ -1,2 +1,33 @@ |
|||
Mark unstarred email as read, remove filter in 'To-do' folder |
|||
============================================================= |
|||
=============================================================== |
|||
Mark unstarred email as read, remove filter in 'To-do' folder |
|||
=============================================================== |
|||
|
|||
Credits |
|||
======= |
|||
|
|||
Contributors |
|||
------------ |
|||
* `Ivan Yelizariev <https://it-projects.info/team/yelizariev>`__ |
|||
|
|||
Sponsors |
|||
-------- |
|||
* `IT-Projects LLC <https://it-projects.info>`__ |
|||
|
|||
Maintainers |
|||
----------- |
|||
* `IT-Projects LLC <https://it-projects.info>`__ |
|||
|
|||
The module is not maintained since Odoo 9.0. |
|||
|
|||
Further information |
|||
=================== |
|||
|
|||
Demo: http://runbot.it-projects.info/demo/mail-addons/8.0 |
|||
|
|||
HTML Description: https://apps.odoo.com/apps/modules/8.0/mail_todo_custom/ |
|||
|
|||
Usage instructions: `<doc/index.rst>`_ |
|||
|
|||
Changelog: `<doc/changelog.rst>`_ |
|||
|
|||
Tested on Odoo 8.0 ab7b5d7732a7c222a0aea45bd173742acd47242d |
@ -0,0 +1,4 @@ |
|||
`1.0.0` |
|||
------- |
|||
|
|||
- Init version |
@ -0,0 +1,26 @@ |
|||
==================== |
|||
Internal Messaging |
|||
==================== |
|||
|
|||
Installation |
|||
============ |
|||
|
|||
Nothing special is needed to install this module. |
|||
|
|||
Usage |
|||
===== |
|||
|
|||
To send a message to specified recipients: |
|||
|
|||
* Click on the ``[Send internal message]``. |
|||
|
|||
* Choose the recipients that should receive a message by ticking the checkboxes. |
|||
|
|||
* To add more recipients click on the ``[Open the full mail composer]`` on the right upper corner of the message block and choose recipients in the **Recipient** field. |
|||
|
|||
* Click on the ``[Send]`` button. |
|||
|
|||
Uninstallation |
|||
============== |
|||
|
|||
Nothing special is needed to uninstall this module. |
@ -0,0 +1,37 @@ |
|||
=============================== |
|||
Improvements for mass mailing |
|||
=============================== |
|||
|
|||
Module adds: |
|||
* partners info in mail.mail.statistics tree |
|||
* partners info in mail.mail.statistics form |
|||
|
|||
Credits |
|||
======= |
|||
|
|||
Contributors |
|||
------------ |
|||
* `Ivan Yelizariev <https://it-projects.info/team/yelizariev>`__ |
|||
|
|||
Sponsors |
|||
-------- |
|||
* `IT-Projects LLC <https://it-projects.info>`__ |
|||
|
|||
Maintainers |
|||
----------- |
|||
* `IT-Projects LLC <https://it-projects.info>`__ |
|||
|
|||
The module is not maintained since Odoo 9.0. |
|||
|
|||
Further information |
|||
=================== |
|||
|
|||
Demo: http://runbot.it-projects.info/demo/mail-addons/8.0 |
|||
|
|||
HTML Description: https://apps.odoo.com/apps/modules/8.0/mass_mailing_extra/ |
|||
|
|||
Usage instructions: `<doc/index.rst>`_ |
|||
|
|||
Changelog: `<doc/changelog.rst>`_ |
|||
|
|||
Tested on Odoo 8.0 f8d5a6727d3e8d428d9bef93da7ba6b11f344284 |
@ -0,0 +1,4 @@ |
|||
`1.0.0` |
|||
------- |
|||
|
|||
- Init version |
@ -0,0 +1,13 @@ |
|||
=============================== |
|||
Improvements for mass mailing |
|||
=============================== |
|||
|
|||
Installation |
|||
============ |
|||
|
|||
* `Install <https://odoo-development.readthedocs.io/en/latest/odoo/usage/install-module.html>`__ this module in a usual way |
|||
|
|||
Configuration |
|||
============= |
|||
|
|||
This module do not need any special configuration. |
@ -1 +1,35 @@ |
|||
====================== |
|||
Trim partner's email |
|||
====================== |
|||
|
|||
Trim email field in partner form. |
|||
|
|||
Credits |
|||
======= |
|||
|
|||
Contributors |
|||
------------ |
|||
* `Ivan Yelizariev <https://it-projects.info/team/yelizariev>`__ |
|||
|
|||
Sponsors |
|||
-------- |
|||
* `IT-Projects LLC <https://it-projects.info>`__ |
|||
|
|||
Maintainers |
|||
----------- |
|||
* `IT-Projects LLC <https://it-projects.info>`__ |
|||
|
|||
The module is not maintained since Odoo 9.0. |
|||
|
|||
Further information |
|||
=================== |
|||
|
|||
Demo: http://runbot.it-projects.info/demo/mail-addons/8.0 |
|||
|
|||
HTML Description: https://apps.odoo.com/apps/modules/8.0/res_partner_strip_email/ |
|||
|
|||
Usage instructions: `<doc/index.rst>`_ |
|||
|
|||
Changelog: `<doc/changelog.rst>`_ |
|||
|
|||
Tested on Odoo 8.0 ab7b5d7732a7c222a0aea45bd173742acd47242d |
@ -0,0 +1,4 @@ |
|||
`1.0.0` |
|||
------- |
|||
|
|||
- Init version |
@ -0,0 +1,13 @@ |
|||
====================== |
|||
Trim partner's email |
|||
====================== |
|||
|
|||
Installation |
|||
============ |
|||
|
|||
* `Install <https://odoo-development.readthedocs.io/en/latest/odoo/usage/install-module.html>`__ this module in a usual way |
|||
|
|||
Configuration |
|||
============= |
|||
|
|||
This module do not need any special configuration. |
Write
Preview
Loading…
Cancel
Save
Reference in new issue