summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models
diff options
context:
space:
mode:
Diffstat (limited to 'indoteknik_custom/models')
-rwxr-xr-xindoteknik_custom/models/crm_lead.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/crm_lead.py b/indoteknik_custom/models/crm_lead.py
index 6052acfa..47325b01 100755
--- a/indoteknik_custom/models/crm_lead.py
+++ b/indoteknik_custom/models/crm_lead.py
@@ -9,6 +9,7 @@ class CrmLead(models.Model):
file_nib = fields.Binary(string="Nomor Induk Berusaha")
file_tdp = fields.Binary(string="Tanda Daftar Perusahaan")
file_siup = fields.Binary(string="Surat Izin Usaha Perdagangan")
+ file_quotation = fields.Binary(string='Dokumen Quotation')
body_html_lead = fields.Text('Body HTML', compute='compute_body_leads')
# for wati only
wati_notification_id = fields.One2many('wati.notification', 'lead_id', string='Wati Notification')