summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/user_pengajuan_tempo.py
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-12-06 17:08:46 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-12-06 17:08:46 +0700
commitaf85c0d2248728fe33675dcec6e513eefd6553a4 (patch)
treef8d4aef19486ef22e990e02c12de904fd65c71cc /indoteknik_custom/models/user_pengajuan_tempo.py
parent0aad5455df5d36ef87ab1cbd52030a3cf0bef1d8 (diff)
<iman> update pengajuan tempo
Diffstat (limited to 'indoteknik_custom/models/user_pengajuan_tempo.py')
-rw-r--r--indoteknik_custom/models/user_pengajuan_tempo.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/indoteknik_custom/models/user_pengajuan_tempo.py b/indoteknik_custom/models/user_pengajuan_tempo.py
index b527fa4c..046c4cc7 100644
--- a/indoteknik_custom/models/user_pengajuan_tempo.py
+++ b/indoteknik_custom/models/user_pengajuan_tempo.py
@@ -55,22 +55,27 @@ class UserPengajuanTempo(models.Model):
return [('parent_id', '=', False)]
# Kontak Perusahaan
+ direktur_tittle = fields.Char(string='tittle Direktur')
direktur_name = fields.Char(string='Nama Lengkap Direktur')
direktur_mobile = fields.Char(string='No. Telpon Direktur')
direktur_email = fields.Char(string='Email Direktur')
+ purchasing_tittle = fields.Char(string='tittle Purchasing')
purchasing_name = fields.Char(string='Nama Purchasing')
purchasing_mobile = fields.Char(string='No. Telpon Purchasing')
purchasing_email = fields.Char(string='Email Purchasing')
+ finance_tittle = fields.Char(string='tittle Finance')
finance_name = fields.Char(string='Nama Finance')
finance_mobile = fields.Char(string='No. Telpon Finance')
finance_email = fields.Char(string='Email Finance')
# Pengiriman
+ pic_tittle = fields.Char(string='Tittle PIC Penerimaan Barang')
pic_name = fields.Char(string='Nama PIC Penerimaan Barang')
street_pengiriman = fields.Char(string="Alamat Perusahaan")
state_id_pengiriman = fields.Many2one('res.country.state', string='State')
city_id_pengiriman = fields.Many2one('vit.kota', string='City')
zip_pengiriman = fields.Char(string="Zip")
+ invoice_pic_tittle = fields.Char(string='Tittle PIC Penerimaan Invoice')
invoice_pic = fields.Char(string='Nama PIC Penerimaan Invoice')
street_invoice = fields.Char(string="Alamat Perusahaan")
state_id_invoice = fields.Many2one('res.country.state', string='State')
@@ -78,6 +83,7 @@ class UserPengajuanTempo(models.Model):
tukar_invoice = fields.Char(string='Jadwal Penukaran Invoice')
jadwal_bayar = fields.Char(string='Jadwal Pembayaran')
dokumen_pengiriman = fields.Char(string='Dokumen saat Pengiriman Barang')
+ dokumen_pengiriman_input = fields.Char(string='Dokumen saat Pengiriman Barang input')
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")