We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
account_payment_order
After this commit 4c9020f account_payment records are not created due for account payment state not in ('uploaded', 'done') loosing data!!
The same problem is on 14->15 migration: https://github.com/OCA/bank-payment/blob/15.0/account_payment_order/migrations/15.0.2.0.0/post-migration.py#L35
Affected versions:
Steps to reproduce the behavior:
Expected behavior not loosing data
Additional context Add any other context about the problem here. (e.g. OS, Python version, ...)
The text was updated successfully, but these errors were encountered:
@etobella can you explain better this critical commit 4c9020f ? Thank you
Sorry, something went wrong.
No branches or pull requests
Module
account_payment_order
Describe the bug
After this commit 4c9020f
account_payment records are not created due for account payment state not in ('uploaded', 'done') loosing data!!
The same problem is on 14->15 migration:
https://github.com/OCA/bank-payment/blob/15.0/account_payment_order/migrations/15.0.2.0.0/post-migration.py#L35
To Reproduce
Affected versions:
Steps to reproduce the behavior:
Expected behavior
not loosing data
Additional context
Add any other context about the problem here. (e.g. OS, Python version, ...)
The text was updated successfully, but these errors were encountered: