-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__manifest__.py
More file actions
23 lines (22 loc) · 746 Bytes
/
__manifest__.py
File metadata and controls
23 lines (22 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# © 2017 Onestein (<http://www.onestein.eu>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "List Range Selection",
"summary": """
Enables selecting a range of records using the shift key
""",
"version": "16.0.1.0.0",
"category": "Web",
"author": "Onestein, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web",
"license": "AGPL-3",
"depends": ["web"],
"installable": True,
"application": False,
"assets": {
"web.assets_backend": [
"web_listview_range_select/static/src/js/web_listview_range_select.esm.js",
"web_listview_range_select/static/src/xml/web_listview_range_select.xml",
],
},
}