Files
test/quality_mrp_workorder/static/src/components/menuPopup.xml
2025-01-08 11:16:05 +08:00

9 lines
413 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<templates id="template" xml:space="preserve">
<t t-inherit="mrp_workorder.MenuPopup" t-inherit-mode="extension" owl="1">
<xpath expr="//button[@name='addByProduct']" position="after">
<button class="btn btn-warning btn-primary" t-on-click="() => this.callAction('button_quality_alert')">Quality Alert</button>
</xpath>
</t>
</templates>