pos_order_backend_receipt: fix string lang
This commit is contained in:
parent
19af717773
commit
90a0e989c8
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ class PosOrder(models.Model):
|
||||||
if self.state not in ("paid", "done", "invoiced"):
|
if self.state not in ("paid", "done", "invoiced"):
|
||||||
raise UserError(
|
raise UserError(
|
||||||
_(
|
_(
|
||||||
"Solo se puede imprimir el ticket cuando el pedido está pagado o cerrado."
|
"You can only print the receipt when the order is paid, closed, or invoiced."
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
return self.env.ref(
|
return self.env.ref(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue