Skip to content

Commit

Permalink
Merge pull request #4783 from ForgeFlow/17.0-fix-account_edi
Browse files Browse the repository at this point in the history
[17.0][OU-FIX] account_edi: delete name translation from cron
  • Loading branch information
MiquelRForgeFlow authored Feb 27, 2025
2 parents 6f595eb + 43b0bad commit c1968c5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
@openupgrade.migrate()
def migrate(env, version):
openupgrade.load_data(env, "account_edi", "17.0.1.0/noupdate_changes.xml")
openupgrade.delete_record_translations(
env.cr, "account_edi", ["ir_cron_edi_network"], field_list=["name"]
)

0 comments on commit c1968c5

Please sign in to comment.