summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2024-09-03 10:18:13 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2024-09-03 10:18:13 +0700
commit1e460c8ed2bc6cf3c72813c37129abca981d4b44 (patch)
treea29d0a4c1ea26f059399064624fcf32d2cbc8481 /indoteknik_custom/models
parent0b2e64dd95b42eb26c5ae92d08b176591d542a0b (diff)
parent836936b33c8206cf5344df189642e7a65f095480 (diff)
Merge branch 'production' of bitbucket.org:altafixco/indoteknik-addons into production
Diffstat (limited to 'indoteknik_custom/models')
-rw-r--r--indoteknik_custom/models/dunning_run.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/indoteknik_custom/models/dunning_run.py b/indoteknik_custom/models/dunning_run.py
index d75d7c51..90159cd0 100644
--- a/indoteknik_custom/models/dunning_run.py
+++ b/indoteknik_custom/models/dunning_run.py
@@ -27,6 +27,10 @@ class DunningRun(models.Model):
shipper_faktur_id = fields.Many2one('delivery.carrier', string='Shipper Faktur')
is_validated = fields.Boolean(string='Validated')
notification = fields.Char(string='Notification')
+ is_paid = fields.Boolean(string='Paid')
+ description = fields.Char(string='Description')
+ comment = fields.Char(string='Comment')
+
def copy_date_faktur(self):
if not self.is_validated: