diff options
| author | HafidBuroiroh <hafidburoiroh09@gmail.com> | 2026-03-12 13:10:02 +0700 |
|---|---|---|
| committer | HafidBuroiroh <hafidburoiroh09@gmail.com> | 2026-03-12 13:10:02 +0700 |
| commit | 0383396bc2675fffa9fb48d8dfd5172b9c900f13 (patch) | |
| tree | e20316a828fc0706aab2b317909493c3efbdd957 /indoteknik_custom/models/users.py | |
| parent | 8d693b0a8e371ee24c320f8b67eb7202610541ec (diff) | |
<hafid> fix notif sourcing
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)]) |
