工单列表增加模型ID搜索

This commit is contained in:
胡尧
2025-04-21 11:25:37 +08:00
parent acd8d9c758
commit 7849ce6342
3 changed files with 5 additions and 0 deletions

View File

@@ -676,6 +676,7 @@
<field name="arch" type="xml">
<field name="product_id" position="after">
<field name="part_number" string="成品零件图号"/>
<field name="model_id" string="模型id"/>
</field>
<xpath expr="//filter[@name='progress']" position="after">
<filter string="待检测" name="state" domain="[('state','=','to be detected')]"/>