diff options
| author | HafidBuroiroh <hafidburoiroh09@gmail.com> | 2026-03-12 13:39:02 +0700 |
|---|---|---|
| committer | HafidBuroiroh <hafidburoiroh09@gmail.com> | 2026-03-12 13:39:02 +0700 |
| commit | 92c2d5297ce7843a7f14c57a92878f57ba8cf8a3 (patch) | |
| tree | c0c800d1c409f7e9a7cb7da86224aa3c3342c291 /indoteknik_custom/models/users.py | |
| parent | 4a70e8255a74b301104c4eeec9f7cf1874425f0a (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, 0 insertions, 1 deletions
diff --git a/indoteknik_custom/models/users.py b/indoteknik_custom/models/users.py index f646c75b..d95b56e7 100644 --- a/indoteknik_custom/models/users.py +++ b/indoteknik_custom/models/users.py @@ -14,7 +14,6 @@ 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)]) |
