设备维保

This commit is contained in:
qihao.gong@jikimo.com
2023-06-25 17:37:55 +08:00
parent 15304d6eb5
commit 8b227d9ac9
104 changed files with 17550 additions and 440 deletions

View File

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