summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models
diff options
context:
space:
mode:
authorIndoteknik . <it@fixcomart.co.id>2025-06-14 11:49:33 +0700
committerIndoteknik . <it@fixcomart.co.id>2025-06-14 11:49:33 +0700
commit60801084c9c93b3ec2d584a8a1de4af019b5fa80 (patch)
tree96688f6ff3b87b4380753d113cc0a148e9d4ee92 /indoteknik_custom/models
parent1cecf60302ea02e250a97ca2dbc6679332988bc0 (diff)
(andri) fix peletakan search autocomplete & tambahan info mengenai address map
Diffstat (limited to 'indoteknik_custom/models')
-rw-r--r--indoteknik_custom/models/res_partner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/res_partner.py b/indoteknik_custom/models/res_partner.py
index 6ef5698c..380761b4 100644
--- a/indoteknik_custom/models/res_partner.py
+++ b/indoteknik_custom/models/res_partner.py
@@ -149,7 +149,7 @@ class ResPartner(models.Model):
longtitude = fields.Char(string='Longtitude')
latitude = fields.Char(string='Latitude')
map_view = fields.Char(string='Map')
- address_map = fields.Char(string='Address Map')
+ address_map = fields.Char(string='Address Map', help='Ini adalah alamat yang didapatkan dari pin point pada peta')
company_type = fields.Selection(string='Company Type',
selection=[('person', 'Individual'), ('company', 'Company')],
compute='_compute_company_type', inverse='_write_company_type', tracking=3)