1、 处理 内部调拨单,在选择目标货位时,隐藏带循环货位标签的货位不进行展示
This commit is contained in:
@@ -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"/> -->
|
||||
|
||||
Reference in New Issue
Block a user