Skip to content

Commit

Permalink
fixup! [IMP] #694 revert to qweb templates for chatter posts, cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hbrunn committed Aug 30, 2024
1 parent 4055bfb commit 98b196b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bankayma_account/migrations/16.0.1.0.10/post-migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ def migrate(env, version=None):
"template_account_move_new_from_portal",
"template_account_move_tier_rejected",
):
env.ref("bankayma_account.%s" % xmlid, False).unlink()
record = env.ref("bankayma_account.%s" % xmlid, False)
if record:
record.unlink()

0 comments on commit 98b196b

Please sign in to comment.