隐藏发料出库的批量调拨按钮
This commit is contained in:
@@ -158,7 +158,7 @@
|
||||
</xpath>
|
||||
<xpath expr="//header" position="inside">
|
||||
<button name="batch_stock_move" type='object' string="批量调拨"
|
||||
invisible="context.get('stock_type') in ('收料入库')"
|
||||
invisible="context.get('stock_type','') in ('发料出库')"
|
||||
/>
|
||||
</xpath>
|
||||
<xpath expr="//field[@name='location_dest_id']" position="after">
|
||||
|
||||
Reference in New Issue
Block a user