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/res_partner.py | |
| parent | 4a70e8255a74b301104c4eeec9f7cf1874425f0a (diff) | |
<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 |
