summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2022-10-26 10:09:31 +0700
committerstephanchrst <stephanchrst@gmail.com>2022-10-26 10:09:31 +0700
commit832fa66dd923d06b054efc33bce05ceb3ad52a74 (patch)
treeeacdf82cdef9830f7cf75cc5b97407804603a18c /indoteknik_custom/models
parentccd1d7bca71aadc54f9327d39e59180ee4c3a6c2 (diff)
Update __manifest__.py, account_move.py, and account_move.xml
Diffstat (limited to 'indoteknik_custom/models')
-rw-r--r--indoteknik_custom/models/account_move.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/indoteknik_custom/models/account_move.py b/indoteknik_custom/models/account_move.py
index 224e22ec..59b9ef2c 100644
--- a/indoteknik_custom/models/account_move.py
+++ b/indoteknik_custom/models/account_move.py
@@ -5,3 +5,7 @@ class AccountMove(models.Model):
_inherit = 'account.move'
date_send_fp = fields.Datetime(string="Tanggal Kirim Faktur Pajak")
last_log_fp = fields.Char(string="Log Terakhir Faktur Pajak")
+ # use for industry business
+ date_kirim_tukar_faktur = fields.Date(string='Tanggal Kirim Tukar Faktur')
+ resi_tukar_faktur = fields.Char(string='Resi Tukar Faktur')
+ date_terima_tukar_faktur = fields.Date(string='Tanggal Terima Tukar Faktur')