We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13f756e commit 50a28f6Copy full SHA for 50a28f6
src/odoo_data_flow/import_threaded.py
@@ -712,15 +712,6 @@ def _create_batch_individually(
712
)
713
failed_lines.append([*line, error_message])
714
715
- # Also display warning to user console
716
- # Only if progress object is available
717
- if progress is not None:
718
- progress.console.print(
719
- f"[yellow]WARN:[/] Tuple index error for record '{source_id}'. "
720
- f"This often happens when sending text values to numeric fields. "
721
- f"Check your data types."
722
- )
723
-
724
continue
725
else:
726
# Handle other IndexError as malformed row
0 commit comments