Skip to content

Commit

Permalink
[FIX] Translation
Browse files Browse the repository at this point in the history
  • Loading branch information
EdgarRetes committed Nov 15, 2024
1 parent ce2deda commit 8defa62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fieldservice_stage_validation/models/validate_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def validate_stage_fields(records):
for name in field_names:
if not values[0][name]:
raise ValidationError(
_(
rec.with_context(lang=rec.env.user.lang)._(
"Cannot move to stage %(stage_name)s "
"until the %(name)s field is set.",
stage_name=stage.name,
Expand Down

0 comments on commit 8defa62

Please sign in to comment.