Skip to content

Commit

Permalink
[MIG] iot_output_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 3e6ebdc commit 0b7b97c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 19 deletions.
2 changes: 1 addition & 1 deletion iot_output_oca/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{
"name": "IoT Output",
"version": "16.0.1.0.0",
"version": "17.0.1.0.0",
"category": "IoT",
"author": "Creu Blanca, " "Odoo Community Association (OCA)",
"license": "AGPL-3",
Expand Down
15 changes: 0 additions & 15 deletions iot_output_oca/migrations/14.0.1.0.0/pre-migration.py

This file was deleted.

2 changes: 1 addition & 1 deletion iot_output_oca/views/iot_device_output_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
name="run"
type="object"
string="Run"
attrs="{'invisible': [('status', '=', 'ok')]}"
invisible="status == 'ok'"
/>
</tree>
</field>
Expand Down
4 changes: 2 additions & 2 deletions iot_output_oca/views/iot_device_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
</field>
<page id="actions" position="attributes">
<attribute
name="attrs"
>{'invisible': [('communication_system_id', '=', False)]}</attribute>
name="invisible"
>not communication_system_id</attribute>
</page>
</field>
</record>
Expand Down

0 comments on commit 0b7b97c

Please sign in to comment.