diff --git a/mail_optional_autofollow/README.rst b/mail_optional_autofollow/README.rst index cc74075d..08dd7a72 100644 --- a/mail_optional_autofollow/README.rst +++ b/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 =========== diff --git a/mail_optional_autofollow/__openerp__.py b/mail_optional_autofollow/__openerp__.py index a34fc6af..531dab27 100644 --- a/mail_optional_autofollow/__openerp__.py +++ b/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""",