-
-
Notifications
You must be signed in to change notification settings - Fork 697
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
[10.0->11.0]stock: error in migration script stock/migrations/11.0.1.1/end-migration.py: min() arg is an empty sequence #2324
Comments
Can you nag in which field is failing? The only way to get to this is that is returning an empty list, which is unlikely. Second time is not happening because end-migration scripts are not run then. See #1879 |
field: stock.quant.in_date |
And doing |
|
OK, I see the problem because the |
thanks @pedrobaeza ! |
I received the following error when migrating a DB from v10 to v11.
If the migration is started a second time, the error no longer occurs.
The text was updated successfully, but these errors were encountered: