Skip to content

Commit

Permalink
[OA-ADD] auth_totp_mail: Nothing to do
Browse files Browse the repository at this point in the history
  • Loading branch information
SonCrits committed Jul 7, 2023
1 parent 360c08c commit 864dfad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docsource/modules150-160.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Module coverage 15.0 -> 16.0
+-------------------------------------------------+----------------------+-------------------------------------------------+
| auth_totp | Nothing to do |No DB layout changes. |
+-------------------------------------------------+----------------------+-------------------------------------------------+
| auth_totp_mail | | |
| auth_totp_mail | Done | |
+-------------------------------------------------+----------------------+-------------------------------------------------+
| auth_totp_mail_enforce | |No DB layout changes. |
+-------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from openupgradelib import openupgrade


@openupgrade.migrate()
def migrate(env, version):
openupgrade.load_data(env.cr, "auth_totp_mail", "16.0.1.0/noupdate_changes.xml")

0 comments on commit 864dfad

Please sign in to comment.