增加质检模块

This commit is contained in:
胡尧
2025-01-08 11:16:05 +08:00
parent b996c0c787
commit db83846588
165 changed files with 30620 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

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" 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>