We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed89cb commit 30b1565Copy full SHA for 30b1565
src/util/inconsistencies.py
@@ -6,10 +6,8 @@
6
from psycopg2.extensions import quote_ident
7
from psycopg2.extras import Json
8
9
-from odoo.tools.misc import str2bool
10
-
11
from .helpers import _validate_model, table_of_model
12
-from .misc import chunks
+from .misc import chunks, str2bool
13
from .pg import get_value_or_en_translation
14
from .report import add_to_migration_reports
15
0 commit comments