Skip to content

Commit 478e4e1

Browse files
victoralmaucarlos-lopez-tecnativa
authored andcommitted
[MIG] github_connector_odoo: Migration to 17.0
TT51639
1 parent 26775c6 commit 478e4e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

github_connector/views/view_github_repository_branch.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,13 +191,13 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
191191
<field name="analysis_rule_ids" colspan="4" />
192192
<label
193193
for="analysis_rule_info_ids"
194-
invisible="analysis_rule_info_ids == []"
194+
invisible="not analysis_rule_info_ids"
195195
/>
196196
<field
197197
name="analysis_rule_info_ids"
198198
widget="one2many_list"
199199
colspan="4"
200-
invisible="analysis_rule_info_ids == []"
200+
invisible="not analysis_rule_info_ids"
201201
>
202202
<tree create="false" delete="false" editable="false">
203203
<field name="group_id" />

0 commit comments

Comments
 (0)