mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[MIG] base_external_dbsource: Migration to 17.0
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user