diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-06-28 13:53:46 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-06-28 13:53:46 +0700 |
| commit | 424e8a227f73ae528812c9baaa6ee6e09a181bb7 (patch) | |
| tree | c310684f28f2da6ec96cbdc2fd85ecddaa516901 /indoteknik_api/models | |
| parent | e50ec098e7eff86bfc372ffec74fffd5e4284770 (diff) | |
| parent | 9b1be7941edeb9faefa5e88ce10c1041d19c2ed0 (diff) | |
Merge branch 'production' of bitbucket.org:altafixco/indoteknik-addons into production
Diffstat (limited to 'indoteknik_api/models')
| -rw-r--r-- | indoteknik_api/models/res_users.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_api/models/res_users.py b/indoteknik_api/models/res_users.py index 2124cd2e..d5dff876 100644 --- a/indoteknik_api/models/res_users.py +++ b/indoteknik_api/models/res_users.py @@ -19,6 +19,7 @@ class ResUsers(models.Model): 'id': res_user.id, 'parent_id': res_user.parent_id.id or None, 'parent_name': res_user.parent_id.name or None, + 'site': partner.site_id.name or None, 'partner_id': partner.id, 'name': res_user.name, 'email': res_user.login, |
