Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] merge_records: Avoid error on empty filtered list
On date/datetimes fields, the list is pre-filtered for avoiding empty elements. If all the list is empty, then we can get an error executing `min([])` or `max([])`. We prevent it this way. Closes OCA/OpenUpgrade#2324
- Loading branch information