mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
[IMP] update dotfiles [ci skip]
This commit is contained in:
committed by
Nikolaus Weingartmair
parent
eaefc7b929
commit
a6f06c9e06
@@ -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)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user