From e1c59b7bbe032bf9f7efd02a70fcdb1c206202a9 Mon Sep 17 00:00:00 2001 From: "Adrien Peiffer (ACSONE)" Date: Tue, 5 Apr 2016 08:30:29 +0200 Subject: [PATCH] [IMP][mail_optional_autofollow] Improve readme file --- mail_optional_autofollow/README.rst | 7 +------ mail_optional_autofollow/__openerp__.py | 1 - 2 files changed, 1 insertion(+), 7 deletions(-) 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""",