1、 处理 内部调拨单,在选择目标货位时,隐藏带循环货位标签的货位不进行展示

This commit is contained in:
yuxianghui
2024-08-05 17:18:54 +08:00
parent 070890e3b6
commit e92c9675b6
2 changed files with 9 additions and 8 deletions

View File

@@ -21,7 +21,8 @@
<!-- ]"/> -->
<field name="destination_location_id" domain="[('location_id', '=', location_dest_id_value), '|',
('location_status', '=', '空闲'), ('product_id', '=', current_product_id), ('product_sn_id',
'=', there_is_no_sn)]" options="{'no_create': True,'no_create_edit':True}"/>
'=', there_is_no_sn), ('rotative_Boolean', '=', False)]"
options="{'no_create': True,'no_create_edit':True}"/>
<field name="rfid_barcode" string="Rfid"/>
<!-- <field name="location_dest_id_product_type"/> -->