Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0][FIX] account_statement_import_sheet_file: skip header_lines for CSV #727

Open
wants to merge 1 commit into
base: 16.0
Choose a base branch
from

Conversation

TheMule71
Copy link

header_lines_skip_count should be skipped for CSV files as well

Lenghier esplanation. enumerate() second argument doesn't skip items. It just starts numbering them from a different start than 0. So if you want to skip N rows, you need to slice the list yourself.

header_lines_skip_count should be skipped for CSV files as well
@OCA-git-bot
Copy link
Contributor

Hi @alexey-pelykh,
some modules you are maintaining are being modified, check this out!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants