summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/user_pengajuan_tempo.py
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2025-03-06 11:34:45 +0700
committerit-fixcomart <it@fixcomart.co.id>2025-03-06 11:34:45 +0700
commit3696d94c52234025390ef92ef8928bee34d0de5b (patch)
treef40f076c12bf5c4f0ca1bee512571c17c1bf9c72 /indoteknik_custom/models/user_pengajuan_tempo.py
parent502d44ac6ecc8bbeeea35a205f326d0c56980934 (diff)
<iman> update code
Diffstat (limited to 'indoteknik_custom/models/user_pengajuan_tempo.py')
-rw-r--r--indoteknik_custom/models/user_pengajuan_tempo.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/user_pengajuan_tempo.py b/indoteknik_custom/models/user_pengajuan_tempo.py
index d10e7e81..0b3ab63d 100644
--- a/indoteknik_custom/models/user_pengajuan_tempo.py
+++ b/indoteknik_custom/models/user_pengajuan_tempo.py
@@ -99,6 +99,7 @@ class UserPengajuanTempo(models.Model):
dokumen_invoice = fields.Char(string='Dokumen yang dilampirkan saat Pengiriman Invoice')
is_same_address = fields.Boolean(string="Same Address pengiriman invoicr dan alamat pengiriman barang")
is_same_address_street = fields.Boolean(string="Same Address pengiriman barang dan alamat bisnis")
+ dokumen_prosedur = fields.Many2many('ir.attachment', 'dokumen_prosedur_rel', string="Dokumen Prosedur", tracking=True)
# Referensi
supplier_ids = fields.Many2many('user.pengajuan.tempo.line', string="Suppliers")