We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a49142 commit 7be0ab3Copy full SHA for 7be0ab3
l10n_it_riba_oca/migrations/18.0.1.0.0/pre-migrate.py
@@ -11,6 +11,6 @@
11
from odoo.addons.l10n_it_riba_oca import hooks
12
13
14
-def migrate(cr, installed_version):
+def migrate(cr, version):
15
# Used by OpenUpgrade when module is in `apriori`
16
- hooks.migrate_old_module(cr)
+ hooks.pre_absorb_old_module(cr)
0 commit comments