From ef7b167a489229b23ad63b0cc2ddb58f423cd380 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Mon, 20 Mar 2023 15:11:59 +0700 Subject: add file_quotation field in crm_lead --- indoteknik_custom/models/crm_lead.py | 1 + 1 file changed, 1 insertion(+) (limited to 'indoteknik_custom/models') 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') -- cgit v1.2.3