-
-
Notifications
You must be signed in to change notification settings - Fork 560
Open
Labels
Description
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:
- 14.0
- 15.0
Steps to reproduce the behavior:
- migrate from <= 13.0 to >= 14.0
Expected behavior
not loosing data
Additional context
Add any other context about the problem here. (e.g. OS, Python version, ...)