Browse Source

[IMP] Improved description

pull/532/head
tarteo 8 years ago
parent
commit
5b398370d7
  1. 8
      web_listview_multi_select/README.rst
  2. 2
      web_listview_multi_select/__manifest__.py

8
web_listview_multi_select/README.rst

@ -2,11 +2,11 @@
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3 :alt: License: AGPL-3
=========================
List List Multi Selection
=========================
====================
List Multi Selection
====================
Enables selecting multiple records using the shift key.
Enables selecting a range of records using the shift key.
Configuration Configuration
============= =============

2
web_listview_multi_select/__manifest__.py

@ -5,7 +5,7 @@
{ {
'name': 'List Multi Selection', 'name': 'List Multi Selection',
'summary': """ 'summary': """
Enables selecting multiple records using the shift key
Enables selecting a range of records using the shift key
""", """,
'version': '10.0.1.0.0', 'version': '10.0.1.0.0',
'category': 'Web', 'category': 'Web',

Loading…
Cancel
Save