summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models
diff options
context:
space:
mode:
authorIndoteknik . <it@fixcomart.co.id>2025-06-12 15:07:21 +0700
committerIndoteknik . <it@fixcomart.co.id>2025-06-12 15:07:21 +0700
commitbe7c601f44c3fab282dc91559a62a024d09e3f73 (patch)
tree6670e5fd3d0ead3185c08eeb250268929ef8e5c1 /indoteknik_custom/models
parent4add96b5532394b382970ca0fa639d0977de23c2 (diff)
(andri) hapus validasi negara pada pinpoint & hapus autofokus page pinpoin
Diffstat (limited to 'indoteknik_custom/models')
-rw-r--r--indoteknik_custom/models/res_partner.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/indoteknik_custom/models/res_partner.py b/indoteknik_custom/models/res_partner.py
index a15398c7..eeb8b67d 100644
--- a/indoteknik_custom/models/res_partner.py
+++ b/indoteknik_custom/models/res_partner.py
@@ -545,7 +545,6 @@ class ResPartner(models.Model):
'Kota': rec.kota_id.name if rec.kota_id else '',
'Kode Pos': rec.zip,
'Provinsi': rec.state_id.name if rec.state_id else '',
- 'Negara': rec.country_id.name if rec.country_id else '',
}
# Cek jika ada yang kosong
@@ -563,7 +562,6 @@ class ResPartner(models.Model):
required_fields['Kota'],
required_fields['Kode Pos'],
required_fields['Provinsi'],
- required_fields['Negara'],
])
# Ambil API Key