summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models
diff options
context:
space:
mode:
Diffstat (limited to 'indoteknik_custom/models')
-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")