mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[FIX] pre-commit
This commit is contained in:
@@ -180,7 +180,6 @@ class BaseExternalDbsource(models.Model):
|
||||
_("Connection test succeeded:\n" "Everything seems properly set up!")
|
||||
)
|
||||
|
||||
|
||||
def remote_browse(self, record_ids, *args, **kwargs):
|
||||
"""It browses for and returns the records from remote by ID
|
||||
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
|
||||
import mock
|
||||
|
||||
from odoo.exceptions import ValidationError
|
||||
from odoo.sql_db import connection_info_for
|
||||
from odoo.tests import common
|
||||
|
||||
from odoo.exceptions import ValidationError
|
||||
|
||||
class TestBaseExternalDbsource(common.TransactionCase):
|
||||
def setUp(self):
|
||||
|
||||
Reference in New Issue
Block a user