批量排程时间修改

This commit is contained in:
guanhuan
2025-06-18 14:05:23 +08:00
parent bc3ab21d75
commit 9d2f23de7c
2 changed files with 1 additions and 19 deletions

View File

@@ -14,21 +14,4 @@
</tree>
</field>
</record>
<record id="action_plan_print_search" model="ir.ui.view">
<field name="name">sf.demand.plan.print.wizard.search</field>
<field name="model">sf.demand.plan.print.wizard</field>
<field name="arch" type="xml">
<search>
<field name="type"/>
<filter string="图纸" name="filter_type_1" domain="[('type', '=', '1')]"/>
<filter string="程序单" name="filter_type_2" domain="[('type', '=', '2')]"/>
<filter string="图纸、程序单" name="filter_type_all" domain="[('type', 'in', ('1','2'))]"/>
<separator/>
<group expand="0" string="Group By">
<filter name="group_by_type" string="类型" domain="[]" context="{'group_by': 'type'}"/>
</group>
</search>
</field>
</record>
</odoo>