diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2025-09-12 10:14:45 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2025-09-12 10:14:45 +0000 |
| commit | 7973c3153f852f154c04e1107206ebe90498e771 (patch) | |
| tree | ca6e1f7ba3dcc7816ca41f0797cf1205349351ce /indoteknik_api/controllers/api_v1/user.py | |
| parent | b5c3ba057856d5b0043225b075393842445ba468 (diff) | |
| parent | fb069315f937ea1a8a094d23f22f8314cef412a4 (diff) | |
Merged in refund_system (pull request #411)
Refund system
Diffstat (limited to 'indoteknik_api/controllers/api_v1/user.py')
| -rw-r--r-- | indoteknik_api/controllers/api_v1/user.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_api/controllers/api_v1/user.py b/indoteknik_api/controllers/api_v1/user.py index c75e4954..3511bc52 100644 --- a/indoteknik_api/controllers/api_v1/user.py +++ b/indoteknik_api/controllers/api_v1/user.py @@ -90,7 +90,8 @@ class User(controller.Controller): 'login': email, 'oauth_provider_id': request.env.ref('auth_oauth.provider_google').id, 'sel_groups_1_9_10': 9, - 'active': True + 'active': True, + } user = request.env['res.users'].create(user_data) |
