diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-09-11 08:12:13 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-09-11 08:12:13 +0700 |
| commit | 6a56c1d6bfa09bf5f4d190e3f8fee5265aa01c3f (patch) | |
| tree | e2f25a4683a2b5a0ebb72d9214ec831dc6451971 | |
| parent | 8aceb84b2cf029308903b39bfe139a05ea8f73f6 (diff) | |
<miqdad> remove is paid and tanggal bayar
| -rw-r--r-- | indoteknik_custom/models/dunning_run.py | 6 | ||||
| -rw-r--r-- | indoteknik_custom/views/dunning_run.xml | 2 |
2 files changed, 0 insertions, 8 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): diff --git a/indoteknik_custom/views/dunning_run.xml b/indoteknik_custom/views/dunning_run.xml index 7c5f4af6..1cac744a 100644 --- a/indoteknik_custom/views/dunning_run.xml +++ b/indoteknik_custom/views/dunning_run.xml @@ -75,8 +75,6 @@ <field name="date_terima_tukar_faktur"/> <field name="shipper_faktur_id"/> <field name="grand_total"/> - <field name="is_paid"/> - <field name="tanggal_pembayaran"/> </group> </group> <notebook> |
