Skip to content

Commit 30b1565

Browse files
committed
[FIX] util/inconsistencies.py
Prefer usage of our own `str2bool` (stable) implementation Part-of: #129 Related: odoo/upgrade#6411 Signed-off-by: Christophe Simonis (chs) <[email protected]>
1 parent 8ed89cb commit 30b1565

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/util/inconsistencies.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@
66
from psycopg2.extensions import quote_ident
77
from psycopg2.extras import Json
88

9-
from odoo.tools.misc import str2bool
10-
119
from .helpers import _validate_model, table_of_model
12-
from .misc import chunks
10+
from .misc import chunks, str2bool
1311
from .pg import get_value_or_en_translation
1412
from .report import add_to_migration_reports
1513

0 commit comments

Comments
 (0)