Browse Source

[IMP][mail_optional_autofollow] Improve readme file

pull/53/head
Adrien Peiffer (ACSONE) 8 years ago
parent
commit
33c4d3bb32
  1. 7
      mail_optional_autofollow/README.rst
  2. 1
      mail_optional_autofollow/__openerp__.py

7
mail_optional_autofollow/README.rst

@ -14,7 +14,7 @@ Usage
To use this module, you need to use the autofollow recipients checkbox on mail.compose.message:
Technically, this field is initialized to true if there is an
Technically, this field is initialized to true if there is a
'mail_post_autofollow' key in the current context
.. figure:: static/description/autofollow.png
@ -24,11 +24,6 @@ Technically, this field is initialized to true if there is an
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/205/8.0
For further information, please visit:
* https://www.odoo.com/forum/help-1
Bug Tracker
===========

1
mail_optional_autofollow/__openerp__.py

@ -3,7 +3,6 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': "Mail optional autofollow",
'summary': """
Choose if you want to automatically add new recipients as followers
on mail.compose.message""",

Loading…
Cancel
Save