From d15f7df65c95f41f12fb72795f0b1360bde115c0 Mon Sep 17 00:00:00 2001 From: IT Fixcomart Date: Fri, 18 Nov 2022 15:30:53 +0700 Subject: User activation request rest api --- indoteknik_custom/models/res_users.py | 1 + 1 file changed, 1 insertion(+) (limited to 'indoteknik_custom/models') diff --git a/indoteknik_custom/models/res_users.py b/indoteknik_custom/models/res_users.py index 16820952..7f94771f 100755 --- a/indoteknik_custom/models/res_users.py +++ b/indoteknik_custom/models/res_users.py @@ -5,3 +5,4 @@ class ResUsers(models.Model): _inherit = 'res.users' reset_password_token = fields.Char(string="Reset Password Token") + activation_token = fields.Char(string="Activation Token") -- cgit v1.2.3