diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2026-03-12 06:39:51 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2026-03-12 06:39:51 +0000 |
| commit | b91d6d680dbb1c34c23ba6f3818db27dc4c335df (patch) | |
| tree | 6021a684f553e50ec0156a4b2dd95c67c09178b3 /indoteknik_custom/models/res_partner.py | |
| parent | 0ef21d76d449faa2262c84fe88c2ef2578b388d2 (diff) | |
| parent | 92c2d5297ce7843a7f14c57a92878f57ba8cf8a3 (diff) | |
Merged in CR/Sourcing-Job (pull request #499)
<hafid> fix notif sourcing
Diffstat (limited to 'indoteknik_custom/models/res_partner.py')
| -rw-r--r-- | indoteknik_custom/models/res_partner.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/models/res_partner.py b/indoteknik_custom/models/res_partner.py index 5bbaaf1c..49aeb62b 100644 --- a/indoteknik_custom/models/res_partner.py +++ b/indoteknik_custom/models/res_partner.py @@ -183,6 +183,8 @@ class ResPartner(models.Model): is_cbd_locked = fields.Boolean("Locked to CBD?", default=False, tracking=True, help="Jika dicentang, maka partner ini terkunci pada payment term CBD karena memiliki invoice yang sudah jatuh tempo lebih dari 30 hari.") cbd_lock_date = fields.Datetime("CBD Lock Date", tracking=True, help="Tanggal ketika partner ini dikunci pada payment term CBD.") + + chat_id_telegram = fields.Char(string='ChatId Telegram') @api.model |
