diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2026-03-12 06:43:09 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2026-03-12 06:43:09 +0000 |
| commit | 16c09a6fbaae6ab105e952ad8f60ac46bab24665 (patch) | |
| tree | 6672fce4a3466e36e1d82286484b11f2758db5f8 /indoteknik_custom/models/res_partner.py | |
| parent | b91d6d680dbb1c34c23ba6f3818db27dc4c335df (diff) | |
| parent | 4dbf80591699b3f438966efbd3be9440b122ba8c (diff) | |
Merged in CR/Sourcing-Job (pull request #500)
<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, 0 insertions, 2 deletions
diff --git a/indoteknik_custom/models/res_partner.py b/indoteknik_custom/models/res_partner.py index 49aeb62b..5bbaaf1c 100644 --- a/indoteknik_custom/models/res_partner.py +++ b/indoteknik_custom/models/res_partner.py @@ -183,8 +183,6 @@ 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 |
