处理 客供料入库单优化 需求

This commit is contained in:
yuxianghui
2024-11-06 17:24:10 +08:00
parent 8ea72198ea
commit 211d74d9ff
8 changed files with 83 additions and 20 deletions

View File

@@ -58,7 +58,7 @@
<field name="inherit_id" ref="stock.view_picking_form"/>
<field name="arch" type="xml">
<xpath expr="//form//sheet//notebook//page[@name='operations']" position="after">
<page string="发货信息" name="tracking">
<page string="发货信息" name="tracking" attrs="{'invisible': [('picking_type_code', '!=', 'outgoing')]}">
<group>
<group>
<field name="senderNickName" attrs="{'invisible': [('check_out', '!=', 'OUT')]}"/>