diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-10-02 10:40:24 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-10-02 10:40:24 +0700 |
| commit | 705f51eed8a817fe6ea3ef514402786d25f7c356 (patch) | |
| tree | b756a2ed1a1ef106739e935ce0ac47df12df473a /indoteknik_api/controllers/api_v1 | |
| parent | 37ee561ff633776ef984d4d9e441981aecbca762 (diff) | |
| parent | 1754a77d402af8c9fccb896e0b0745eb6e591c0b (diff) | |
Merge branch 'production' into iman/switch-account
Diffstat (limited to 'indoteknik_api/controllers/api_v1')
| -rw-r--r-- | indoteknik_api/controllers/api_v1/user.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_api/controllers/api_v1/user.py b/indoteknik_api/controllers/api_v1/user.py index 8a9d8f68..bcced998 100644 --- a/indoteknik_api/controllers/api_v1/user.py +++ b/indoteknik_api/controllers/api_v1/user.py @@ -93,6 +93,7 @@ class User(controller.Controller): } user = request.env['res.users'].create(user_data) + user.partner_id.email = email data = { 'is_auth': True, |
