summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/stock_move.py
diff options
context:
space:
mode:
Diffstat (limited to 'indoteknik_custom/models/stock_move.py')
-rw-r--r--indoteknik_custom/models/stock_move.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/stock_move.py b/indoteknik_custom/models/stock_move.py
index 6c44f8a6..cd061946 100644
--- a/indoteknik_custom/models/stock_move.py
+++ b/indoteknik_custom/models/stock_move.py
@@ -14,7 +14,7 @@ class StockMove(models.Model):
if move.state == 'cancel' or (move.state == 'done' and move.scrapped):
continue
elif move.state == 'done':
- raise UserError(_("You cannot unreserve a stock move that has been set to 'Done'."))
+ raise UserError("You cannot unreserve a stock move that has been set to 'Done'.")
if product and move.product_id != product:
continue # Skip moves that don't match the specified product