Skip to content

Commit

Permalink
[FIX] base: profiling qweb field visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
niyasraphy committed Dec 1, 2022
1 parent e943bfa commit fd5f4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odoo/addons/base/views/ir_profile_views.xml
Expand Up @@ -39,7 +39,7 @@
<field name="entry_count"/>
<field name="speedscope_url" widget="url"/>
</group>
<group attrs="{'invisible': [('qweb','=', '')]}">
<group attrs="{'invisible': [('qweb','=', False)]}">
<field name="qweb" widget="profiling_qweb_view" nolabel="1"/>
</group>
</form>
Expand Down

0 comments on commit fd5f4a0

Please sign in to comment.