Skip to content

Commit

Permalink
Merge PR #2230 into 13.0
Browse files Browse the repository at this point in the history
Signed-off-by StefanRijnhart
  • Loading branch information
OCA-git-bot committed Mar 20, 2020
2 parents 6ec051a + e575185 commit 3d1c0f0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---Models in module 'auth_signup'---
---Fields in module 'auth_signup'---
---XML records in module 'auth_signup'---
NEW ir.cron: auth_signup.ir_cron_auth_signup_send_pending_user_reminder
NEW ir.ui.view: auth_signup.view_users_state_tree
NEW mail.template: auth_signup.mail_template_data_unregistered_users (noupdate)
# Nothing to do
9 changes: 9 additions & 0 deletions addons/auth_signup/migrations/13.0.1.0/post-migration.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Copyright 2020 Andrii Skrypka
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

from openupgradelib import openupgrade


@openupgrade.migrate()
def migrate(env, version):
openupgrade.load_data(env.cr, 'auth_signup', 'migrations/13.0.1.0/noupdate_changes.xml')
4 changes: 2 additions & 2 deletions odoo/openupgrade/doc/source/modules120-130.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ missing in the new release are marked with |del|.
+----------------------------------------------+-------------------------------------------------+
|auth_password_policy | Nothing to do |
+----------------------------------------------+-------------------------------------------------+
|auth_password_policy_signup | |
|auth_password_policy_signup | Nothing to do |
+----------------------------------------------+-------------------------------------------------+
|auth_signup | |
|auth_signup | Done |
+----------------------------------------------+-------------------------------------------------+
|barcodes | |
+----------------------------------------------+-------------------------------------------------+
Expand Down

0 comments on commit 3d1c0f0

Please sign in to comment.