summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-11-23 11:56:24 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-11-23 11:56:24 +0700
commit5667449f58ecdf5803a28944e503ae1611cc8416 (patch)
treed0c442bbfa1c098f951b127e1a070f671ad764ea /indoteknik_custom/models
parent14559e52ce09e6e73c220987455c43ce89f9eabf (diff)
<iman> update tempo
Diffstat (limited to 'indoteknik_custom/models')
-rw-r--r--indoteknik_custom/models/user_pengajuan_tempo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/user_pengajuan_tempo.py b/indoteknik_custom/models/user_pengajuan_tempo.py
index 47e99dbf..763f302e 100644
--- a/indoteknik_custom/models/user_pengajuan_tempo.py
+++ b/indoteknik_custom/models/user_pengajuan_tempo.py
@@ -42,7 +42,7 @@ class UserPengajuanTempo(models.Model):
account_number_tempo = fields.Char(string="Nomor Rekening Bank")
website_tempo = fields.Char(string='Website')
estimasi_tempo = fields.Char(string='Estimasi Pembelian Pertahun')
- tempo_duration = fields.Char(string='Durasi Tempo')
+ tempo_duration = fields.Many2one('account.payment.term', string='Durasi Tempo')
tempo_limit = fields.Char(string='Limit Tempo')
category_produk_ids = fields.Many2many('product.public.category', string='Kategori Produk yang Digunakan', domain=lambda self: self._get_default_category_domain())