From e9afe84c71b4276e75409bc2ace268d46a365e32 Mon Sep 17 00:00:00 2001 From: luc-demeyer Date: Sun, 21 Dec 2014 20:57:18 +0100 Subject: [PATCH] add README.rst --- web_recipients_uncheck/README.rst | 4 ++++ web_recipients_uncheck/__openerp__.py | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 web_recipients_uncheck/README.rst diff --git a/web_recipients_uncheck/README.rst b/web_recipients_uncheck/README.rst new file mode 100644 index 000000000..0acc7b5ac --- /dev/null +++ b/web_recipients_uncheck/README.rst @@ -0,0 +1,4 @@ +Description +----------- +Uncheck additional recipients and followers when +sending a message at the customer view. \ No newline at end of file diff --git a/web_recipients_uncheck/__openerp__.py b/web_recipients_uncheck/__openerp__.py index 6bfee8d05..bc6827b24 100644 --- a/web_recipients_uncheck/__openerp__.py +++ b/web_recipients_uncheck/__openerp__.py @@ -25,9 +25,6 @@ 'version': '0.3', 'author': 'initOS GmbH & Co. KG', 'category': 'Web', - 'description': """Uncheck additional recipients and followers when -sending a message at the customer view. - """, 'website': 'http://www.initos.com', 'license': 'AGPL-3', 'images': [],