diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2026-03-12 06:29:11 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2026-03-12 06:29:11 +0000 |
| commit | 0ef21d76d449faa2262c84fe88c2ef2578b388d2 (patch) | |
| tree | 4918fc7a6674cfb3c6c3d010c2670a0b48e97aab /indoteknik_custom/models/users.py | |
| parent | fe9a66f077ba378adb35e6610b829f69b86c73a2 (diff) | |
| parent | 4a70e8255a74b301104c4eeec9f7cf1874425f0a (diff) | |
Merged in CR/Sourcing-Job (pull request #498)
CR/Sourcing Job
Diffstat (limited to 'indoteknik_custom/models/users.py')
| -rw-r--r-- | indoteknik_custom/models/users.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/users.py b/indoteknik_custom/models/users.py index d95b56e7..f646c75b 100644 --- a/indoteknik_custom/models/users.py +++ b/indoteknik_custom/models/users.py @@ -14,6 +14,7 @@ class Users(models.Model): is_admin_reconcile = fields.Boolean(string='Admin Reconcile', help='Berhak Mengedit Journal Reconcile') is_inbound = fields.Boolean(string='Operator Inbound') is_outbound = fields.Boolean(string='Operator Outbound') + chat_id_telegram = fields.Char(string='ChatId Telegram') def notify_internal_users(self, message, title): users = self.search([('share', '=', False)]) |
