[FIX] stock_inventory_justification: typo

This commit is contained in:
Thomas Binsfeld
2021-02-06 09:40:07 +01:00
parent 76eac450bb
commit a917bb9a87

View File

@@ -12,7 +12,7 @@ class StockInventoryJustification(models.Model):
(
"unique_name",
"EXCLUDE (name WITH =) WHERE (active = True)",
"This stock inventory justification already exsits.",
"This stock inventory justification already exists.",
),
]