Skip to content

Commit fe75d40

Browse files
committed
[chore] fix typo
closes #353 Related: odoo/upgrade#8856 Signed-off-by: Christophe Simonis (chs) <chs@odoo.com>
1 parent 43e6d37 commit fe75d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/records.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ def remove_records(cr, model, ids):
408408
if inh.via:
409409
table = table_of_model(cr, inh.model)
410410
if not column_exists(cr, table, inh.via):
411-
# column may not exists in case of a partially unintalled module that left only *magic columns* in tables
411+
# column may not exists in case of a partially uninstalled module that left only *magic columns* in tables
412412
continue
413413
cr.execute('SELECT id FROM "{}" WHERE "{}" IN %s'.format(table, inh.via), [ids])
414414
if inh.model == "ir.ui.menu":

0 commit comments

Comments
 (0)