Accept Merge Request #1667: (feature/part_number -> develop)
Merge Request: 批量调拨 Created By: @廖丹龙 Reviewed By: @胡尧 Approved By: @胡尧 Accepted By: @廖丹龙 URL: https://jikimo-hn.coding.net/p/jikimo_sfs/d/jikimo_sf/git/merge/1667?initial=true
This commit is contained in:
@@ -943,6 +943,8 @@ class SfStockPicking(models.Model):
|
||||
for record in self:
|
||||
if record.state != 'assigned':
|
||||
continue
|
||||
for move in record.move_ids:
|
||||
move.action_show_details()
|
||||
record.action_set_quantities_to_reservation()
|
||||
record.button_validate()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user