summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/account_move.py
diff options
context:
space:
mode:
authorMiqdad <ahmadmiqdad27@gmail.com>2025-08-06 08:49:56 +0700
committerMiqdad <ahmadmiqdad27@gmail.com>2025-08-06 08:49:56 +0700
commit9f9081714356e87500ab05bc5a294e9ca9e526fe (patch)
tree7ccec526e02e4fa78bddf88909cb3531e1b6c938 /indoteknik_custom/models/account_move.py
parentd115f21b64e72af553d7c8965b9426b2802a0e3c (diff)
<miqdad> inv and bil return option
Diffstat (limited to 'indoteknik_custom/models/account_move.py')
-rw-r--r--indoteknik_custom/models/account_move.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/account_move.py b/indoteknik_custom/models/account_move.py
index 4be6c984..b03d0a80 100644
--- a/indoteknik_custom/models/account_move.py
+++ b/indoteknik_custom/models/account_move.py
@@ -18,6 +18,7 @@ _logger = logging.getLogger(__name__)
class AccountMove(models.Model):
_inherit = 'account.move'
_description = 'Account Move'
+ tukar_guling_po_id = fields.Many2one('tukar.guling.po', string='Tukar Guling PO Ref')
invoice_day_to_due = fields.Integer(string="Day to Due", compute="_compute_invoice_day_to_due")
bill_day_to_due = fields.Date(string="Day to Due", compute="_compute_bill_day_to_due")
date_send_fp = fields.Datetime(string="Tanggal Kirim Faktur Pajak")