Skip to content

Commit e192a6a

Browse files
[OU-ADD] auth_signup
1 parent 91c7b43 commit e192a6a

3 files changed

Lines changed: 20 additions & 1 deletion

File tree

docsource/modules170-180.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Module coverage 17.0 -> 18.0
5656
+---------------------------------------------------+----------------------+-------------------------------------------------+
5757
| auth_password_policy_signup | | |
5858
+---------------------------------------------------+----------------------+-------------------------------------------------+
59-
| auth_signup | | |
59+
| auth_signup |Done | |
6060
+---------------------------------------------------+----------------------+-------------------------------------------------+
6161
| auth_totp | |No DB layout changes. |
6262
+---------------------------------------------------+----------------------+-------------------------------------------------+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Copyright 2025 ForgeFlow S.L. (https://www.forgeflow.com)
2+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
3+
from openupgradelib import openupgrade
4+
5+
6+
@openupgrade.migrate()
7+
def migrate(env, version):
8+
openupgrade.load_data(env, "auth_signup", "18.0.1.0/noupdate_changes.xml")
9+
openupgrade.delete_record_translations(
10+
env.cr,
11+
"auth_signup",
12+
["mail_template_user_signup_account_created", "set_password_email"],
13+
)
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---Models in module 'auth_signup'---
2+
---Fields in module 'auth_signup'---
3+
auth_signup / res.partner / signup_expiration (datetime) : DEL
4+
# NOTHING TO DO: signup_token is not stored anymore
5+
6+
---XML records in module 'auth_signup'---

0 commit comments

Comments
 (0)