diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2022-11-18 15:30:53 +0700 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2022-11-18 15:30:53 +0700 |
| commit | d15f7df65c95f41f12fb72795f0b1360bde115c0 (patch) | |
| tree | b8ceb62ffddc32a67f8c40ebe11cb42585255b47 /indoteknik_custom/models/res_users.py | |
| parent | 4b077e2a3796fb075840307a42e89d8a73eebe11 (diff) | |
User activation request rest api
Diffstat (limited to 'indoteknik_custom/models/res_users.py')
| -rwxr-xr-x | indoteknik_custom/models/res_users.py | 1 |
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") |
