57 lines
2.6 KiB
XML
57 lines
2.6 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<templates xml:space="preserve">
|
|
<t t-name="sf_manufacturing.button_show" t-inherit="web.ListView.Buttons" t-inherit-mode="extension" owl="1">
|
|
<xpath expr="//div/t[@t-if='nbSelected']" position="after">
|
|
<t t-elif="!nbSelected">
|
|
<t t-foreach="archInfo.headerButtons" t-as="button" t-key="button.id">
|
|
<t t-if="button.modifiers.force_show">
|
|
<ListViewHeaderButton
|
|
list="model.root"
|
|
clickParams="button.clickParams"
|
|
defaultRank="button.defaultRank"
|
|
domain="props.domain"
|
|
icon="button.icon"
|
|
string="button.string"
|
|
title="button.title"
|
|
className="button.className+' ms-2'"
|
|
/>
|
|
</t>
|
|
</t>
|
|
</t>
|
|
</xpath>
|
|
<xpath expr="//div/t[@t-if='nbSelected']" position="replace">
|
|
<t t-if="nbSelected">
|
|
<t t-foreach="archInfo.headerButtons" t-as="button" t-key="button.id">
|
|
<t t-if="!button.modifiers.force_show">
|
|
<ListViewHeaderButton
|
|
list="model.root"
|
|
clickParams="button.clickParams"
|
|
defaultRank="button.defaultRank"
|
|
domain="props.domain"
|
|
icon="button.icon"
|
|
string="button.string"
|
|
title="button.title"
|
|
/>
|
|
</t>
|
|
</t>
|
|
<t t-if="!env.isSmall">
|
|
<t t-call="web.ListView.Selection"/>
|
|
</t>
|
|
<t t-foreach="archInfo.headerButtons" t-as="button" t-key="button.id">
|
|
<t t-if="button.modifiers.force_show == 1">
|
|
<ListViewHeaderButton
|
|
list="model.root"
|
|
clickParams="button.clickParams"
|
|
defaultRank="button.defaultRank"
|
|
domain="props.domain"
|
|
icon="button.icon"
|
|
string="button.string"
|
|
title="button.title"
|
|
className="button.className+' ms-2'"
|
|
/>
|
|
</t>
|
|
</t>
|
|
</t>
|
|
</xpath>
|
|
</t>
|
|
</templates> |