diff --git a/web_recipients_uncheck/README.rst b/web_recipients_uncheck/README.rst new file mode 100644 index 00000000..0acc7b5a --- /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 6bfee8d0..bc6827b2 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': [],