mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 07:12:01 +02:00
19 lines
580 B
Python
19 lines
580 B
Python
# Copyright (C) 2018 Creu Blanca
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
{
|
|
"name": "IoT Input",
|
|
"version": "16.0.1.0.1",
|
|
"author": "Creu Blanca, Odoo Community Association (OCA)",
|
|
"category": "IoT",
|
|
"license": "AGPL-3",
|
|
"installable": True,
|
|
"summary": "IoT Input module",
|
|
"depends": ["iot_oca"],
|
|
"website": "https://github.com/OCA/iot",
|
|
"maintainers": ["etobella"],
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"views/iot_device_views.xml",
|
|
"views/iot_device_input_views.xml",
|
|
],
|
|
}
|