You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A clear and concise description of what the bug is.
Strangely, the month switches with the day when loading the qif statement. The source qif data shows the dates as dd/mm/yyyy however part way through, the dates are switched to mm/dd/yyyy. See screenshot.
In this case, when dd >= 12, mm is swapped with dd
Module
The name of the module that has a bug.
https://github.com/OCA/bank-statement-import/tree/16.0/account_statement_import_qif
Describe the bug
A clear and concise description of what the bug is.
Strangely, the month switches with the day when loading the qif statement. The source qif data shows the dates as dd/mm/yyyy however part way through, the dates are switched to mm/dd/yyyy. See screenshot.
In this case, when dd >= 12, mm is swapped with dd
Full test file loaded in to runboat here:
http://oca-bank-statement-import-16-0-e2f1cd9229dc.runboat.odoo-community.org/web#id=2&cids=1&menu_id=115&action=244&active_id=5&model=account.bank.statement&view_type=form
To Reproduce
Affected versions:
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Dates to be linear, as in the source qif
The text was updated successfully, but these errors were encountered: