Skip to content

Commit

Permalink
[OU-FIX] helpdes_mgmt: Proper noupdate path
Browse files Browse the repository at this point in the history
Fixes #499
  • Loading branch information
pedrobaeza committed Aug 7, 2023
1 parent 63da149 commit efddd8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpdesk_mgmt/migrations/15.0.1.0.0/post-migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def migrate(env, version):
openupgrade.load_data(
env.cr,
"helpdesk_mgmt",
"15.0.1.0.0/noupdate_changes.xml",
"migrations/15.0.1.0.0/noupdate_changes.xml",
)
openupgrade.delete_record_translations(
env.cr, "helpdesk_mgmt", ["closed_ticket_template", "changed_stage_template"]
Expand Down

0 comments on commit efddd8c

Please sign in to comment.