Accept Merge Request #1856: (feature/制造功能优化 -> develop)
Merge Request: 修改状态名称 Created By: @马广威 Accepted By: @马广威 URL: https://jikimo-hn.coding.net/p/jikimo_sfs/d/jikimo_sf/git/merge/1856?initial=true
This commit is contained in:
@@ -287,7 +287,7 @@ class SFSaleOrderCancelLine(models.TransientModel):
|
|||||||
f += 1
|
f += 1
|
||||||
flag = False
|
flag = False
|
||||||
if picking.state not in ['draft', 'cancel', 'waiting'] or (
|
if picking.state not in ['draft', 'cancel', 'waiting'] or (
|
||||||
picking.picking_type_id.name == '客供料入库' and picking.state not in ['cancel', 'ready']):
|
picking.picking_type_id.name == '客供料入库' and picking.state not in ['cancel', 'assigned']):
|
||||||
flag = True
|
flag = True
|
||||||
vals = {
|
vals = {
|
||||||
'wizard_id': wizard_id,
|
'wizard_id': wizard_id,
|
||||||
|
|||||||
Reference in New Issue
Block a user