Skip to content

Commit

Permalink
Merge PR #711 into 11.0
Browse files Browse the repository at this point in the history
Signed-off-by hveficent
  • Loading branch information
OCA-git-bot committed Oct 1, 2019
2 parents b27d681 + 7da691b commit 0f58d1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions purchase_request/models/stock_picking.py
Expand Up @@ -31,8 +31,8 @@ def _purchase_request_picking_confirm_message_content(self, picking,
return message

@api.multi
def do_transfer(self):
super(StockPicking, self).do_transfer()
def action_done(self):
super(StockPicking, self).action_done()
request_obj = self.env['purchase.request']
for picking in self:
requests_dict = {}
Expand Down

0 comments on commit 0f58d1f

Please sign in to comment.