销售订单行增加交期字段,销售订单列表默认值修改为供货方式待确认

This commit is contained in:
胡尧
2025-03-25 13:48:17 +08:00
parent 0aae15cbce
commit 0347eb48e4
3 changed files with 8 additions and 1 deletions

View File

@@ -71,7 +71,7 @@
<record id="sale.action_quotations_with_onboarding" model="ir.actions.act_window">
<field name="search_view_id" ref="jikimo_sale_order_view_search_inherit_quotation_supply_method"/>
<field name="context">{'search_default_draft': 1}</field>
<field name="context">{'search_default_supply_method': 1}</field>
</record>
<record id="action_quotations_supply_method" model="ir.actions.act_window">