Merge PR #2857 into 15.0

Signed-off-by pedrobaeza
This commit is contained in:
OCA-git-bot
2024-06-18 15:15:02 +00:00

View File

@@ -2,7 +2,7 @@
<templates> <templates>
<t t-inherit="web.Legacy.ControlPanel" t-inherit-mode="extension" owl="1"> <t t-inherit="web.Legacy.ControlPanel" t-inherit-mode="extension" owl="1">
<xpath expr="//div[hasclass('o_cp_bottom')]" position="after"> <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 /> <FilterButton />
</t> </t>
</xpath> </xpath>