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

Validation date offset #25

Open
Warlocklogan opened this issue Aug 12, 2022 · 0 comments · May be fixed by #26
Open

Validation date offset #25

Warlocklogan opened this issue Aug 12, 2022 · 0 comments · May be fixed by #26
Assignees
Labels

Comments

@Warlocklogan
Copy link
Contributor

Actually, validation dates on transactions are stored in the French timezone but in Odoo the timezone attended is UTC. A minor fix is needed in the _payfip_evaluate_data method for passing the timezone into an UTC one.

@Warlocklogan Warlocklogan self-assigned this Aug 12, 2022
Warlocklogan added a commit that referenced this issue Aug 12, 2022
Actually, validation dates on transactions are stored in the French
timezone but in Odoo the timezone attended is UTC. A minor fix is needed
in the _payfip_evaluate_data method for passing the timezone into an UTC
one.

Signed-off-by: Logan Gonet <logan.gonet@horanet.com>
@Warlocklogan Warlocklogan linked a pull request Aug 12, 2022 that will close this issue
Warlocklogan added a commit that referenced this issue Aug 16, 2022
Actually, validation dates on transactions are stored in the French
timezone but in Odoo the timezone attended is UTC. A minor fix is needed
in the _payfip_evaluate_data method for passing the timezone into a UTC
one.

Migrate all previous validation dates to fix the timezone issue.
All transactions are processed in chunk of one hundred.

Signed-off-by: Logan Gonet <logan.gonet@horanet.com>
Warlocklogan added a commit that referenced this issue Dec 6, 2023
Currently, validation dates on transactions are stored in the French
timezone, but in Odoo the timezone is expected to be in UTC.
A minor fix is needed in the _payfip_evaluate_data method to
convert the timezone into a UTC one.

Migrate all previous dates validations to fix the timezone issue.
All transactions are processed in chunk of one hundred.

Signed-off-by: Logan Gonet <logan.gonet@horanet.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant