Skip to content

Commit

Permalink
[MIG] iot_input_oca: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoRomera committed Aug 5, 2024
1 parent d6fbc55 commit cf079b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iot_input_oca/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion iot_input_oca/views/iot_device_input_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
name="web_ribbon"
text="Archived"
bg_color="bg-danger"
attrs="{'invisible': [('active', '=', True)]}"
invisible="active"
/>
<field name="active" invisible="1" />
<div class="oe_button_box" name="button_box" />
Expand Down

0 comments on commit cf079b1

Please sign in to comment.