Skip to content

Commit

Permalink
Merge PR OCA#2857 into 15.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Jun 18, 2024
2 parents ad9e5f2 + 08b681c commit 6957436
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<templates>
<t t-inherit="web.Legacy.ControlPanel" t-inherit-mode="extension" owl="1">
<xpath expr="//div[hasclass('o_cp_bottom')]" position="after">
<t t-if="env.view.type !== 'form'">
<t t-if="env.view and env.view.type !== 'form'">
<FilterButton />
</t>
</xpath>
Expand Down

0 comments on commit 6957436

Please sign in to comment.