Skip to content

Commit

Permalink
[FIX] awesome_tshirt: use {'clickable': '1'} option (#55)
Browse files Browse the repository at this point in the history
This outdated clickable attribute should be assigned in options
attribute object which is used for statusbar widget
  • Loading branch information
kobros-tech committed May 6, 2024
1 parent 0aa6a96 commit 5e4d959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awesome_tshirt/views/views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<field name="arch" type="xml">
<form>
<header>
<field name="state" widget="statusbar" clickable="1"/>
<field name="state" widget="statusbar" options="{'clickable': '1'}"/>
</header>
<sheet>
<group>
Expand Down

0 comments on commit 5e4d959

Please sign in to comment.