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:
committed by
Víctor Martínez
parent
e489035275
commit
27cf4034e6
@@ -180,7 +180,6 @@ class BaseExternalDbsource(models.Model):
|
|||||||
_("Connection test succeeded:\n" "Everything seems properly set up!")
|
_("Connection test succeeded:\n" "Everything seems properly set up!")
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
def remote_browse(self, record_ids, *args, **kwargs):
|
def remote_browse(self, record_ids, *args, **kwargs):
|
||||||
"""It browses for and returns the records from remote by ID
|
"""It browses for and returns the records from remote by ID
|
||||||
|
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
import mock
|
import mock
|
||||||
|
|
||||||
|
from odoo.exceptions import ValidationError
|
||||||
from odoo.sql_db import connection_info_for
|
from odoo.sql_db import connection_info_for
|
||||||
from odoo.tests import common
|
from odoo.tests import common
|
||||||
|
|
||||||
from odoo.exceptions import ValidationError
|
|
||||||
|
|
||||||
class TestBaseExternalDbsource(common.TransactionCase):
|
class TestBaseExternalDbsource(common.TransactionCase):
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user