Skip to content

Commit

Permalink
[FIX] base: profiling qweb field visibility
Browse files Browse the repository at this point in the history
closes #108192

X-original-commit: 3f21dd3
Signed-off-by: Julien Castiaux <juc@odoo.com>
Signed-off-by: Xavier Dollé (xdo) <xdo@odoo.com>
  • Loading branch information
niyasraphy authored and Julien00859 committed Dec 19, 2022
1 parent df1b22f commit e87ba01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odoo/addons/base/views/ir_profile_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<field name="sql_count" attrs="{'invisible': [('sql_count', '=', 0)]}"/>
<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" colspan="2"/>
</group>
</form>
Expand Down

0 comments on commit e87ba01

Please sign in to comment.