From 6aafa521004ded513b9536876e285afdffdc26f5 Mon Sep 17 00:00:00 2001 From: Adrien Peiffer Date: Sun, 14 Dec 2014 22:16:28 +0100 Subject: [PATCH] [IMP] Move description in readme.rst --- web_shortcuts/README.rst | 7 +++++++ web_shortcuts/__openerp__.py | 9 --------- 2 files changed, 7 insertions(+), 9 deletions(-) create mode 100644 web_shortcuts/README.rst diff --git a/web_shortcuts/README.rst b/web_shortcuts/README.rst new file mode 100644 index 00000000..e3e36f90 --- /dev/null +++ b/web_shortcuts/README.rst @@ -0,0 +1,7 @@ +Enable shortcuts feature in the web client. +=========================================== + +Add a Shortcut icon in the systray in order to access the user's shortcuts +(if any). + +Add a Shortcut icon besides the views title in order to add/remove a shortcut. \ No newline at end of file diff --git a/web_shortcuts/__openerp__.py b/web_shortcuts/__openerp__.py index b372fff3..02367ad6 100644 --- a/web_shortcuts/__openerp__.py +++ b/web_shortcuts/__openerp__.py @@ -22,15 +22,6 @@ 'name': 'Web Shortcuts', 'version': '1.0', 'category': 'Tools', - 'description': """ -Enable shortcuts feature in the web client. -=========================================== - -Add a Shortcut icon in the systray in order to access the user's shortcuts -(if any). - -Add a Shortcut icon besides the views title in order to add/remove a shortcut. - """, 'author': 'OpenERP SA', 'website': 'http://openerp.com', 'depends': ['base'],