Browse Source

[IMP] Move description in readme.rst

pull/56/head
Adrien Peiffer 10 years ago
parent
commit
6aafa52100
  1. 7
      web_shortcuts/README.rst
  2. 9
      web_shortcuts/__openerp__.py

7
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.

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

Loading…
Cancel
Save