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'],