[IMP] update dotfiles [ci skip]

This commit is contained in:
oca-git-bot
2022-03-31 17:27:35 +02:00
committed by Nikolaus Weingartmair
parent eaefc7b929
commit a6f06c9e06
2 changed files with 2 additions and 2 deletions

View File

@@ -1367,7 +1367,7 @@ class Rma(models.Model):
rma.write({"state": "replaced"})
def update_returned_state(self):
""" Invoked by [stock.move]._action_done"""
"""Invoked by [stock.move]._action_done"""
rma = self.filtered(
lambda r: (r.state == "waiting_return" and r.remaining_qty_to_done <= 0)
)