Skip to content

Commit

Permalink
[OU-IMP] account: missing xml rename
Browse files Browse the repository at this point in the history
  • Loading branch information
duong77476-viindoo committed Jul 17, 2023
1 parent e5108b4 commit 8571e8c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,7 @@ def _dynamic_fast_fill_analytic_distribution_when_inherit_analytic_mixin(

@openupgrade.migrate()
def migrate(env, version):
openupgrade.rename_xmlids(env, _xmlids_renames)
openupgrade.rename_fields(env, _fields_renames)
openupgrade.rename_models(env.cr, _models_renames)
openupgrade.rename_tables(env.cr, _tables_renames)
Expand Down

0 comments on commit 8571e8c

Please sign in to comment.