[MIG] base_external_dbsource: Migration to 17.0

This commit is contained in:
Anxo82
2024-06-10 13:58:53 +02:00
committed by Ángel Rivas
parent 8893d9c815
commit 675f0ecaee
5 changed files with 87 additions and 60 deletions

View File

@@ -329,7 +329,7 @@ class BaseExternalDbsource(models.Model):
except AttributeError:
raise NotImplementedError(
_(
'"%(method)s" method not found, check that all assets are installed '
'"%(method)s" method not found, check that all assets are installed'
"for the %(connector)s connector type.",
method=method,
conector=self.connector,