From 1a3e74b4dc444d4715146560c89a20551f63edd2 Mon Sep 17 00:00:00 2001 From: Ivan Yelizariev Date: Tue, 17 Mar 2015 23:34:11 +0200 Subject: [PATCH] move module description to README.rst file --- README.rst | 4 ++++ __openerp__.py | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 README.rst diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..d9aad6e --- /dev/null +++ b/README.rst @@ -0,0 +1,4 @@ +Custom mail wall +================ + +Tested on Odoo 8.0 ab7b5d7732a7c222a0aea45bd173742acd47242d diff --git a/__openerp__.py b/__openerp__.py index 1e6a1e5..47c66f2 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -4,10 +4,6 @@ 'author' : 'Ivan Yelizariev', 'category' : 'Custom', 'website' : 'https://yelizariev.github.io', - 'description': """ - -Tested on Odoo 8.0 ab7b5d7732a7c222a0aea45bd173742acd47242d - """, 'depends' : ['gamification', 'gamification_extra', 'hr',