Accept Merge Request #2136: (feature/6694 -> develop)
Merge Request: 增加采购申请审批排除字段 Created By: @胡尧 Accepted By: @胡尧 URL: https://jikimo-hn.coding.net/p/jikimo_sfs/d/jikimo_sf/git/merge/2136?initial=true
This commit is contained in:
@@ -22,3 +22,9 @@ class PurchaseRequest(models.Model):
|
||||
self.state = 'approved'
|
||||
|
||||
return res
|
||||
|
||||
@api.model
|
||||
def _get_under_validation_exceptions(self):
|
||||
res = super(PurchaseRequest, self)._get_under_validation_exceptions()
|
||||
res.append("state")
|
||||
return res
|
||||
|
||||
Reference in New Issue
Block a user