summaryrefslogtreecommitdiff
path: root/indoteknik_custom
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-11-26 08:59:14 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-11-26 08:59:14 +0700
commitc5d2edf1a1e905d270e5cd1e5b6ed0cb5fa0bba1 (patch)
tree2b026dba2ee5fb82b925eccc81b8be2282a9209d /indoteknik_custom
parentad01e57b8f321f1c9f2830a98fa91d25e2c848d7 (diff)
<iman> uptade pengajuan tempo
Diffstat (limited to 'indoteknik_custom')
-rw-r--r--indoteknik_custom/models/user_pengajuan_tempo.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/models/user_pengajuan_tempo.py b/indoteknik_custom/models/user_pengajuan_tempo.py
index 763f302e..d8a6d106 100644
--- a/indoteknik_custom/models/user_pengajuan_tempo.py
+++ b/indoteknik_custom/models/user_pengajuan_tempo.py
@@ -75,6 +75,8 @@ class UserPengajuanTempo(models.Model):
jadwal_bayar = fields.Char(string='Jadwal Pembayaran')
dokumen_pengiriman = fields.Char(string='Dokumen saat Pengiriman Barang')
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")
# Referensi
supplier_ids = fields.Many2many('user.pengajuan.tempo.line', string="Suppliers")