修改计划-生产订单列表只显示制造订单

This commit is contained in:
hujiaying
2024-09-10 14:50:24 +08:00
parent 65781570e7
commit 3ed338ed64
3 changed files with 59 additions and 57 deletions

View File

@@ -291,6 +291,7 @@
<field name="type">ir.actions.act_window</field>
<field name="res_model">mrp.production</field>
<field name="view_mode">tree,form</field>
<field name="domain">[('picking_type_id.active', '=', True)]</field>
</record>
<record model="ir.actions.act_window" id="sale_custom_action">
<!-- 自定义额外的动作 -->