summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/res_users.py
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2022-11-18 15:30:53 +0700
committerIT Fixcomart <it@fixcomart.co.id>2022-11-18 15:30:53 +0700
commitd15f7df65c95f41f12fb72795f0b1360bde115c0 (patch)
treeb8ceb62ffddc32a67f8c40ebe11cb42585255b47 /indoteknik_custom/models/res_users.py
parent4b077e2a3796fb075840307a42e89d8a73eebe11 (diff)
User activation request rest api
Diffstat (limited to 'indoteknik_custom/models/res_users.py')
-rwxr-xr-xindoteknik_custom/models/res_users.py1
1 files changed, 1 insertions, 0 deletions
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")