Skip to content
Snippets Groups Projects
Commit 3178b506 authored by Cédric Krier's avatar Cédric Krier :atom:
Browse files

Ensure notification_email column exist before register EmailLog

It is need for the migration from 5.6.

issue9457
parent d059ef42
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@
def register():
Pool.register(
ir.Trigger,
notification.Email,
notification.EmailAttachment,
notification.EmailLog,
......@@ -10,5 +11,4 @@
notification.Email,
notification.EmailAttachment,
notification.EmailLog,
ir.Trigger,
module='notification_email', type_='model')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment