Skip to content
Snippets Groups Projects
Commit abd9e668 authored by Christophe Simonis's avatar Christophe Simonis
Browse files

[FIX] core: harden the legacy `migrations` package matching regex


Since odoo/odoo#122569, we now try to import the `migrations`
sub-package of each module to find upgrade tests.
However, this badly written regex match the OCA module `base_maintenance`,
which generate a RecursionError.

closes odoo/odoo#136282

Signed-off-by: default avatarChristophe Simonis (chs) <chs@odoo.com>
parent 483cc20b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment