[IMP] intrastat_product_hscodes_import: improve error message

This commit is contained in:
Luc De Meyer
2023-11-10 11:37:14 +01:00
parent b920cf9904
commit e0dad96dca

View File

@@ -102,7 +102,7 @@ class IntrastatHSCodesImportInstaller(models.TransientModel):
if not lang_found:
raise UserError(
_(
"Any Language active on your system is "
"None of the languages active on your system are "
"available in intrastat codes files [%s]"
)
% ",".join(self._intrastat_file_available_langs())