Skip to content

Commit 7be0ab3

Browse files
committed
[FIX] l10n_it_riba_oca: migrate function signature, name
1 parent 2a49142 commit 7be0ab3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

l10n_it_riba_oca/migrations/18.0.1.0.0/pre-migrate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
from odoo.addons.l10n_it_riba_oca import hooks
1212

1313

14-
def migrate(cr, installed_version):
14+
def migrate(cr, version):
1515
# Used by OpenUpgrade when module is in `apriori`
16-
hooks.migrate_old_module(cr)
16+
hooks.pre_absorb_old_module(cr)

0 commit comments

Comments
 (0)