Browse Source

[DOC] Added message about the unavailability of the modules in later versions.(#129)

pull/183/head
ArtyomLosev 7 years ago
committed by Ivan Yelizariev
parent
commit
9a78eed122
  1. 58
      .gitignore
  2. 35
      mail_delete_odoo_footer/README.rst
  3. 4
      mail_delete_odoo_footer/doc/changelog.rst
  4. 13
      mail_delete_odoo_footer/doc/index.rst
  5. 33
      mail_fix_empty_body/README.rst
  6. 4
      mail_fix_empty_body/doc/changelog.rst
  7. 13
      mail_fix_empty_body/doc/index.rst
  8. 30
      mail_fix_header_from/README.rst
  9. 35
      mail_outgoing/README.rst
  10. 4
      mail_outgoing/__openerp__.py
  11. 4
      mail_outgoing/doc/changelog.rst
  12. 8
      mail_outgoing/doc/index.rst
  13. 37
      mail_partner_lang/README.rst
  14. 4
      mail_partner_lang/doc/changelog.rst
  15. 13
      mail_partner_lang/doc/index.rst
  16. 35
      mail_todo_custom/README.rst
  17. 4
      mail_todo_custom/doc/changelog.rst
  18. 26
      mail_todo_custom/doc/index.rst
  19. 37
      mass_mailing_extra/README.rst
  20. 8
      mass_mailing_extra/__openerp__.py
  21. 4
      mass_mailing_extra/doc/changelog.rst
  22. 13
      mass_mailing_extra/doc/index.rst
  23. 34
      res_partner_strip_email/README.rst
  24. 4
      res_partner_strip_email/doc/changelog.rst
  25. 13
      res_partner_strip_email/doc/index.rst

58
.gitignore

@ -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/

35
mail_delete_odoo_footer/README.rst

@ -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

4
mail_delete_odoo_footer/doc/changelog.rst

@ -0,0 +1,4 @@
`1.0.0`
-------
- Init version

13
mail_delete_odoo_footer/doc/index.rst

@ -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.

33
mail_fix_empty_body/README.rst

@ -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

4
mail_fix_empty_body/doc/changelog.rst

@ -0,0 +1,4 @@
`1.0.0`
-------
- Init version

13
mail_fix_empty_body/doc/index.rst

@ -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.

30
mail_fix_header_from/README.rst

@ -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/

35
mail_outgoing/README.rst

@ -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

4
mail_outgoing/__openerp__.py

@ -7,9 +7,7 @@
"category": "Discuss",
'website': 'https://yelizariev.github.io',
'description': """
Allows to check outgoing mails, i.e. failed or delayed.
Tested on Odoo 8.0 ab7b5d7732a7c222a0aea45bd173742acd47242d
Allows to check outgoing mails, i.e. failed or delayed.
""",
'depends': ['mail'],
'data': [

4
mail_outgoing/doc/changelog.rst

@ -0,0 +1,4 @@
`1.0.0`
-------
- Init version

8
mail_outgoing/doc/index.rst

@ -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

37
mail_partner_lang/README.rst

@ -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

4
mail_partner_lang/doc/changelog.rst

@ -0,0 +1,4 @@
`1.0.0`
-------
- Init version

13
mail_partner_lang/doc/index.rst

@ -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.

35
mail_todo_custom/README.rst

@ -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

4
mail_todo_custom/doc/changelog.rst

@ -0,0 +1,4 @@
`1.0.0`
-------
- Init version

26
mail_todo_custom/doc/index.rst

@ -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.

37
mass_mailing_extra/README.rst

@ -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

8
mass_mailing_extra/__openerp__.py

@ -7,12 +7,10 @@
"category": "Discuss",
'website': 'https://yelizariev.github.io',
'description': """
Modules adds:
Modules adds:
* partners info in mail.mail.statistics tree
* partners info in mail.mail.statistics form
Tested on 8.0 f8d5a6727d3e8d428d9bef93da7ba6b11f344284
* partners info in mail.mail.statistics tree
* partners info in mail.mail.statistics form
""",
'depends': ['mass_mailing'],
'data': [

4
mass_mailing_extra/doc/changelog.rst

@ -0,0 +1,4 @@
`1.0.0`
-------
- Init version

13
mass_mailing_extra/doc/index.rst

@ -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.

34
res_partner_strip_email/README.rst

@ -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

4
res_partner_strip_email/doc/changelog.rst

@ -0,0 +1,4 @@
`1.0.0`
-------
- Init version

13
res_partner_strip_email/doc/index.rst

@ -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.
Loading…
Cancel
Save