增加AGV调度功能,工单页面增加自定义筛选字段

This commit is contained in:
胡尧
2024-08-07 17:44:43 +08:00
parent 8ec5e05739
commit 5d8f0f83b2
14 changed files with 167 additions and 6 deletions

View File

@@ -26,6 +26,7 @@
<filter string="自动编程" name="no_manual_quotation" domain="[('manual_quotation', '=', False)]"/>
</xpath>
<xpath expr="//field[@name='production_id']" position="before">
<field name="mixed_search_field"/>
<field name="product_tmpl_name"/>
<field name="rfid_code"/>
</xpath>