mirror of
https://github.com/OCA/intrastat-extrastat.git
synced 2025-02-16 17:13:41 +02:00
[IMP] intrastat_product_hscodes_import: improve error message
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user