diff --git a/iot_input_oca/__manifest__.py b/iot_input_oca/__manifest__.py
index ab43daaa..f413d23f 100644
--- a/iot_input_oca/__manifest__.py
+++ b/iot_input_oca/__manifest__.py
@@ -2,7 +2,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "IoT Input",
- "version": "16.0.1.0.0",
+ "version": "17.0.1.0.0",
"author": "Creu Blanca, Odoo Community Association (OCA)",
"category": "IoT",
"license": "AGPL-3",
diff --git a/iot_input_oca/views/iot_device_input_views.xml b/iot_input_oca/views/iot_device_input_views.xml
index 05e9ef32..ff14778e 100644
--- a/iot_input_oca/views/iot_device_input_views.xml
+++ b/iot_input_oca/views/iot_device_input_views.xml
@@ -22,7 +22,7 @@
name="web_ribbon"
text="Archived"
bg_color="bg-danger"
- attrs="{'invisible': [('active', '=', True)]}"
+ invisible="active"
/>