summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2024-08-12 10:43:23 +0700
committerstephanchrst <stephanchrst@gmail.com>2024-08-12 10:43:23 +0700
commit26128ae778344a31fffad8210ad1b3f130e3d85e (patch)
tree78ff75b57c2b6705a93b38c8e004923272c9f991
parent926b5bc3dbf88c4c92ed26c73e129a1c3896bde0 (diff)
parent4a12cc17e280821e4d983ffa98e191a8cf8fc636 (diff)
Merge branch 'production' of bitbucket.org:altafixco/indoteknik-addons into production
-rw-r--r--indoteknik_custom/models/account_move_due_extension.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/account_move_due_extension.py b/indoteknik_custom/models/account_move_due_extension.py
index c9af7f8d..0399c6a2 100644
--- a/indoteknik_custom/models/account_move_due_extension.py
+++ b/indoteknik_custom/models/account_move_due_extension.py
@@ -24,6 +24,7 @@ class DueExtension(models.Model):
('approved', 'Approved'),
], string='Approval Status', readonly=True, copy=False, index=True, tracking=3)
day_extension = fields.Selection([
+ ('1', '1 Hari'),
('3', '3 Hari'),
('7', '7 Hari'),
('14', '14 Hari'),