Files
web/web_touchscreen/__manifest__.py
Jairo Llopis 6ccf47f687 [ADD] web_touchscreen: enable kanban sub-form views for tablets
This module prefers kanban sub-form views when using a tablet, or any other
device with a touch screen, no matter its size.

@moduon MT-4472
2023-12-22 13:38:36 +00:00

23 lines
642 B
Python

# Copyright 2023 Moduon Team S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl-3.0)
{
"name": "Web Touchscreen",
"summary": "UX improvements for touch screens",
"version": "16.0.1.0.0",
"development_status": "Alpha",
"category": "Extra Tools",
"website": "https://github.com/OCA/web",
"author": "Moduon, Odoo Community Association (OCA)",
"maintainers": ["yajo", "rafaelbn"],
"license": "LGPL-3",
"application": False,
"installable": True,
"depends": ["web"],
"assets": {
"web.assets_backend": [
"web_touchscreen/static/src/**/*",
],
},
}