Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[13.0][ADD] auth_password_policy_signup, auth_signup modules #2230

Merged
merged 1 commit into from
Mar 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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