mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
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
7 lines
100 B
Python
7 lines
100 B
Python
import setuptools
|
|
|
|
setuptools.setup(
|
|
setup_requires=['setuptools-odoo'],
|
|
odoo_addon=True,
|
|
)
|