Skip to content

Commit

Permalink
[FIX] http_routing: fix wrong overwrite of column_invisible in tree view
Browse files Browse the repository at this point in the history
closes #162050

Signed-off-by: Romain Derie (rde) <rde@odoo.com>
  • Loading branch information
Gorash committed Apr 16, 2024
1 parent 3717018 commit d82ffde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/http_routing/views/res_lang_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<field name="inherit_id" ref="base.res_lang_tree"/>
<field name="arch" type="xml">
<field name="url_code" position="attributes">
<attribute name="invisible">0</attribute>
<attribute name="column_invisible">0</attribute>
</field>
</field>
</record>
Expand Down

0 comments on commit d82ffde

Please sign in to comment.