summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/dunning_run.py
diff options
context:
space:
mode:
Diffstat (limited to 'indoteknik_custom/models/dunning_run.py')
-rw-r--r--indoteknik_custom/models/dunning_run.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/indoteknik_custom/models/dunning_run.py b/indoteknik_custom/models/dunning_run.py
index 557eacef..5dba3f7d 100644
--- a/indoteknik_custom/models/dunning_run.py
+++ b/indoteknik_custom/models/dunning_run.py
@@ -31,12 +31,6 @@ class DunningRun(models.Model):
description = fields.Char(string='Description')
comment = fields.Char(string='Comment')
grand_total = fields.Float(string='Grand Total', compute="_compute_grand_total")
- is_paid = fields.Boolean(string='Sudah Bayar?')
- tanggal_pembayaran = fields.Date(
- string='Tanggal Pembayaran',
- compute="_compute_tanggal_pembayaran",
- readonly=True,
- )
@api.depends('is_paid')
def _compute_tanggal_pembayaran(self):