DigitalSignage/temp/list_renderer.xml

11 lines
859 B
XML
Executable File

<?xml version="1.0" encoding="utf-8"?>
<templates xml:space="preserve">
<t t-inherit="web.ListRenderer" t-name="dss.ListRenderer_addon">
<xpath expr="//*[@class='o_list_buttons d-flex']" position="after">
<button type="button" class="btn btn-primary fa fa-plus" name="newwizzard" title="NEU Wizzard" id="newwizzard" t-on-click="newwizzard" t-att-data-model-name="props.modelName" data-tooltip="Neues Projekt mit Unterstützung anlegen" />
</xpath>
<xpath expr="//*[@class='o_cp_buttons d-flex align-items-baseline']" position="after">
<button type="button" class="btn btn-primary fa fa-plus" name="newwizzard" title="NEU Wizzard" id="newwizzard" t-on-click="newwizzard" t-att-data-model-name="props.modelName" data-tooltip="Neues Projekt mit Unterstützung anlegen" />
</xpath>
</t>
</templates>