Skip to content

Commit

Permalink
[FIX] base: profiling qweb field visibility
Browse files Browse the repository at this point in the history
X-original-commit: 3f21dd3
  • Loading branch information
niyasraphy authored and Julien00859 committed Dec 19, 2022
1 parent 4457807 commit b2a7d35
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 b2a7d35

Please sign in to comment.