取消线上解决bug的改动
This commit is contained in:
@@ -28,10 +28,6 @@ class PurchaseRequest(models.Model):
|
||||
origin_context.pop('search_default_draft')
|
||||
action['context'] = origin_context
|
||||
return action
|
||||
|
||||
|
||||
def button_in_progress(self):
|
||||
return self.write({"state": "in_progress"})
|
||||
|
||||
class PurchaseRequestLine(models.Model):
|
||||
_inherit = 'purchase.request.line'
|
||||
|
||||
Reference in New Issue
Block a user