diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f5bf24e --- /dev/null +++ b/.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/ diff --git a/mail_delete_odoo_footer/README.rst b/mail_delete_odoo_footer/README.rst index 1cbeaa2..3bd7e6c 100644 --- a/mail_delete_odoo_footer/README.rst +++ b/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 `__ + +Sponsors +-------- +* `IT-Projects LLC `__ + +Maintainers +----------- +* `IT-Projects LLC `__ + + 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: ``_ + +Changelog: ``_ + +Tested on Odoo 8.0 ab7b5d7732a7c222a0aea45bd173742acd47242d diff --git a/mail_delete_odoo_footer/doc/changelog.rst b/mail_delete_odoo_footer/doc/changelog.rst new file mode 100644 index 0000000..9ee2b48 --- /dev/null +++ b/mail_delete_odoo_footer/doc/changelog.rst @@ -0,0 +1,4 @@ +`1.0.0` +------- + +- Init version diff --git a/mail_delete_odoo_footer/doc/index.rst b/mail_delete_odoo_footer/doc/index.rst new file mode 100644 index 0000000..30635ac --- /dev/null +++ b/mail_delete_odoo_footer/doc/index.rst @@ -0,0 +1,13 @@ +============================= + Delete Odoo footer in email +============================= + +Installation +============ + +* `Install `__ this module in a usual way + +Configuration +============= + +This module do not need any special configuration. diff --git a/mail_fix_empty_body/README.rst b/mail_fix_empty_body/README.rst index 7be4736..7aedc67 100644 --- a/mail_fix_empty_body/README.rst +++ b/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 `__ + +Sponsors +-------- +* `IT-Projects LLC `__ + +Maintainers +----------- +* `IT-Projects LLC `__ + + 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: ``_ + +Changelog: ``_ Tested on Odoo 8.0 ab7b5d7732a7c222a0aea45bd173742acd47242d diff --git a/mail_fix_empty_body/doc/changelog.rst b/mail_fix_empty_body/doc/changelog.rst new file mode 100644 index 0000000..9ee2b48 --- /dev/null +++ b/mail_fix_empty_body/doc/changelog.rst @@ -0,0 +1,4 @@ +`1.0.0` +------- + +- Init version diff --git a/mail_fix_empty_body/doc/index.rst b/mail_fix_empty_body/doc/index.rst new file mode 100644 index 0000000..7ea05f0 --- /dev/null +++ b/mail_fix_empty_body/doc/index.rst @@ -0,0 +1,13 @@ +================================= + Fix "False" in empty email body +================================= + +Installation +============ + +* `Install `__ this module in a usual way + +Configuration +============= + +This module do not need any special configuration. diff --git a/mail_fix_header_from/README.rst b/mail_fix_header_from/README.rst new file mode 100644 index 0000000..bf371da --- /dev/null +++ b/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 `__ + +Sponsors +-------- +* `IT-Projects LLC `__ + +Maintainers +----------- +* `IT-Projects LLC `__ + + 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/ diff --git a/mail_outgoing/README.rst b/mail_outgoing/README.rst new file mode 100644 index 0000000..66f20a6 --- /dev/null +++ b/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 `__ + +Sponsors +-------- +* `IT-Projects LLC `__ + +Maintainers +----------- +* `IT-Projects LLC `__ + + 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: ``_ + +Changelog: ``_ + +Tested on Odoo 8.0 ab7b5d7732a7c222a0aea45bd173742acd47242d diff --git a/mail_outgoing/__openerp__.py b/mail_outgoing/__openerp__.py index 5048884..8a05699 100644 --- a/mail_outgoing/__openerp__.py +++ b/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': [ diff --git a/mail_outgoing/doc/changelog.rst b/mail_outgoing/doc/changelog.rst new file mode 100644 index 0000000..9ee2b48 --- /dev/null +++ b/mail_outgoing/doc/changelog.rst @@ -0,0 +1,4 @@ +`1.0.0` +------- + +- Init version diff --git a/mail_outgoing/doc/index.rst b/mail_outgoing/doc/index.rst new file mode 100644 index 0000000..596b858 --- /dev/null +++ b/mail_outgoing/doc/index.rst @@ -0,0 +1,8 @@ +===================== + Outgoing mails menu +===================== + +Installation +============ + +* `Install `__ this module in a usual way diff --git a/mail_partner_lang/README.rst b/mail_partner_lang/README.rst index 6e16513..e28e258 100644 --- a/mail_partner_lang/README.rst +++ b/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 `__ + +Sponsors +-------- +* `IT-Projects LLC `__ + +Maintainers +----------- +* `IT-Projects LLC `__ + + 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: ``_ + +Changelog: ``_ + +Tested on Odoo 8.0 ab7b5d7732a7c222a0aea45bd173742acd47242d diff --git a/mail_partner_lang/doc/changelog.rst b/mail_partner_lang/doc/changelog.rst new file mode 100644 index 0000000..9ee2b48 --- /dev/null +++ b/mail_partner_lang/doc/changelog.rst @@ -0,0 +1,4 @@ +`1.0.0` +------- + +- Init version diff --git a/mail_partner_lang/doc/index.rst b/mail_partner_lang/doc/index.rst new file mode 100644 index 0000000..dd13d0a --- /dev/null +++ b/mail_partner_lang/doc/index.rst @@ -0,0 +1,13 @@ +============================== + Use partner language in mail +============================== + +Installation +============ + +* `Install `__ this module in a usual way + +Configuration +============= + +This module do not need any special configuration. diff --git a/mail_todo_custom/README.rst b/mail_todo_custom/README.rst index 56b440e..ab1e80a 100644 --- a/mail_todo_custom/README.rst +++ b/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 `__ + +Sponsors +-------- +* `IT-Projects LLC `__ + +Maintainers +----------- +* `IT-Projects LLC `__ + + 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: ``_ + +Changelog: ``_ + +Tested on Odoo 8.0 ab7b5d7732a7c222a0aea45bd173742acd47242d diff --git a/mail_todo_custom/doc/changelog.rst b/mail_todo_custom/doc/changelog.rst new file mode 100644 index 0000000..9ee2b48 --- /dev/null +++ b/mail_todo_custom/doc/changelog.rst @@ -0,0 +1,4 @@ +`1.0.0` +------- + +- Init version diff --git a/mail_todo_custom/doc/index.rst b/mail_todo_custom/doc/index.rst new file mode 100644 index 0000000..4a0ec62 --- /dev/null +++ b/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. diff --git a/mass_mailing_extra/README.rst b/mass_mailing_extra/README.rst new file mode 100644 index 0000000..eaf39a1 --- /dev/null +++ b/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 `__ + +Sponsors +-------- +* `IT-Projects LLC `__ + +Maintainers +----------- +* `IT-Projects LLC `__ + + 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: ``_ + +Changelog: ``_ + +Tested on Odoo 8.0 f8d5a6727d3e8d428d9bef93da7ba6b11f344284 diff --git a/mass_mailing_extra/__openerp__.py b/mass_mailing_extra/__openerp__.py index 3606270..3667e3f 100644 --- a/mass_mailing_extra/__openerp__.py +++ b/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': [ diff --git a/mass_mailing_extra/doc/changelog.rst b/mass_mailing_extra/doc/changelog.rst new file mode 100644 index 0000000..9ee2b48 --- /dev/null +++ b/mass_mailing_extra/doc/changelog.rst @@ -0,0 +1,4 @@ +`1.0.0` +------- + +- Init version diff --git a/mass_mailing_extra/doc/index.rst b/mass_mailing_extra/doc/index.rst new file mode 100644 index 0000000..293e6da --- /dev/null +++ b/mass_mailing_extra/doc/index.rst @@ -0,0 +1,13 @@ +=============================== + Improvements for mass mailing +=============================== + +Installation +============ + +* `Install `__ this module in a usual way + +Configuration +============= + +This module do not need any special configuration. diff --git a/res_partner_strip_email/README.rst b/res_partner_strip_email/README.rst index c90a29b..f9216ed 100644 --- a/res_partner_strip_email/README.rst +++ b/res_partner_strip_email/README.rst @@ -1 +1,35 @@ +====================== + Trim partner's email +====================== + Trim email field in partner form. + +Credits +======= + +Contributors +------------ +* `Ivan Yelizariev `__ + +Sponsors +-------- +* `IT-Projects LLC `__ + +Maintainers +----------- +* `IT-Projects LLC `__ + + 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: ``_ + +Changelog: ``_ + +Tested on Odoo 8.0 ab7b5d7732a7c222a0aea45bd173742acd47242d diff --git a/res_partner_strip_email/doc/changelog.rst b/res_partner_strip_email/doc/changelog.rst new file mode 100644 index 0000000..9ee2b48 --- /dev/null +++ b/res_partner_strip_email/doc/changelog.rst @@ -0,0 +1,4 @@ +`1.0.0` +------- + +- Init version diff --git a/res_partner_strip_email/doc/index.rst b/res_partner_strip_email/doc/index.rst new file mode 100644 index 0000000..3f3e6ee --- /dev/null +++ b/res_partner_strip_email/doc/index.rst @@ -0,0 +1,13 @@ +====================== + Trim partner's email +====================== + +Installation +============ + +* `Install `__ this module in a usual way + +Configuration +============= + +This module do not need any special configuration.