diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2025-01-20 05:58:21 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2025-01-20 05:58:21 +0000 |
| commit | 16abf01b3c6c86212845c0bde2eabd46712ad740 (patch) | |
| tree | ca8e0c274f53660cec6d64bac8b63e4451f68af0 /indoteknik_custom/models/res_partner.py | |
| parent | 1b2b27941fcdaa1b1b6ddf2a4851d358abb259eb (diff) | |
| parent | 69b84d53a07b77aaca96f88ff4a3b24e52d48fc3 (diff) | |
Merged in iman/telegram (pull request #268)
Iman/telegram
Diffstat (limited to 'indoteknik_custom/models/res_partner.py')
| -rw-r--r-- | indoteknik_custom/models/res_partner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/res_partner.py b/indoteknik_custom/models/res_partner.py index f081e274..5322515a 100644 --- a/indoteknik_custom/models/res_partner.py +++ b/indoteknik_custom/models/res_partner.py @@ -147,6 +147,7 @@ class ResPartner(models.Model): "customer is crossed blocking amount." "Set its value to 0.00 to disable " "this feature", tracking=3) + telegram_id = fields.Char(string="Telegram") @api.model def _default_payment_term(self): |
