Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[OU-FIX] account_reconcile_oca: Avoid crash when coming from v15
When coming directly from v15, the field `reconcile_data`` doesn't exist, so the migration scripts here will crash. The solution is to check if the column exists and exit early if not.
- Loading branch information