Skip to content

Commit

Permalink
Merge branch 'master' into 13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoneXiong committed Feb 16, 2023
2 parents e99381c + 3abe5f8 commit 5198cde
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions models/sale_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ def delivery_window(self):

@api.multi
def action_paid(self):
'''
将订单置为已支付(电商)
'''
self.write({'customer_status': 'pending', 'is_paid': True})

@api.multi
Expand Down

0 comments on commit 5198cde

Please sign in to comment.