summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/crm_lead.py
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2022-08-13 10:06:30 +0700
committerIT Fixcomart <it@fixcomart.co.id>2022-08-13 10:06:30 +0700
commitdabf2a523d801ac222af046fea3bb08f9db6bf9f (patch)
tree2564ce58ff5d1087fb02088d3b03e0c097742723 /indoteknik_custom/models/crm_lead.py
parent1b5a1035452c00f4650d62caaf0eaff74cbc94b8 (diff)
Fix view stock.vendor dan buat model-view crm.lead (pengajuan tempo)
Diffstat (limited to 'indoteknik_custom/models/crm_lead.py')
-rw-r--r--indoteknik_custom/models/crm_lead.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/indoteknik_custom/models/crm_lead.py b/indoteknik_custom/models/crm_lead.py
index 0c53bb69..15ec4119 100644
--- a/indoteknik_custom/models/crm_lead.py
+++ b/indoteknik_custom/models/crm_lead.py
@@ -5,4 +5,8 @@ class CrmLead(models.Model):
_inherit = "crm.lead"
html_description = fields.Html(string="Descriptions")
+ file_npwp = fields.Binary(string="Nomor Pokok Wajib Pajak")
+ 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")