mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
fix typo in docstring
This commit is contained in:
@@ -131,7 +131,7 @@ class StockReservation(models.Model):
|
||||
@api.multi
|
||||
def release(self):
|
||||
"""
|
||||
Releas moves from reservation
|
||||
Release moves from reservation
|
||||
"""
|
||||
move_recs = self.move_id
|
||||
move_recs.action_cancel()
|
||||
|
||||
Reference in New Issue
Block a user