summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models
diff options
context:
space:
mode:
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)