From e57518535fca864b4ff1f2d5afc5f4eecd9c2a93 Mon Sep 17 00:00:00 2001 From: Andrii Skrypka Date: Fri, 20 Mar 2020 17:44:52 +0200 Subject: [PATCH] [13.0][ADD] auth_password_policy_signup, auth_signup modules --- .../migrations/13.0.1.0/openupgrade_analysis_work.txt | 7 +++++++ addons/auth_signup/migrations/13.0.1.0/post-migration.py | 9 +++++++++ odoo/openupgrade/doc/source/modules120-130.rst | 4 ++-- 3 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 addons/auth_signup/migrations/13.0.1.0/openupgrade_analysis_work.txt create mode 100644 addons/auth_signup/migrations/13.0.1.0/post-migration.py diff --git a/addons/auth_signup/migrations/13.0.1.0/openupgrade_analysis_work.txt b/addons/auth_signup/migrations/13.0.1.0/openupgrade_analysis_work.txt new file mode 100644 index 000000000000..a94389fcd67c --- /dev/null +++ b/addons/auth_signup/migrations/13.0.1.0/openupgrade_analysis_work.txt @@ -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 diff --git a/addons/auth_signup/migrations/13.0.1.0/post-migration.py b/addons/auth_signup/migrations/13.0.1.0/post-migration.py new file mode 100644 index 000000000000..2367f7e1dee5 --- /dev/null +++ b/addons/auth_signup/migrations/13.0.1.0/post-migration.py @@ -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') diff --git a/odoo/openupgrade/doc/source/modules120-130.rst b/odoo/openupgrade/doc/source/modules120-130.rst index 062db58e23f8..e6c429b6acd3 100644 --- a/odoo/openupgrade/doc/source/modules120-130.rst +++ b/odoo/openupgrade/doc/source/modules120-130.rst @@ -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 | | +----------------------------------------------+-------------------------------------------------+