summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/bill_receipt.py
diff options
context:
space:
mode:
Diffstat (limited to 'indoteknik_custom/models/bill_receipt.py')
-rw-r--r--indoteknik_custom/models/bill_receipt.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/indoteknik_custom/models/bill_receipt.py b/indoteknik_custom/models/bill_receipt.py
index 5e03fdce..76449c1f 100644
--- a/indoteknik_custom/models/bill_receipt.py
+++ b/indoteknik_custom/models/bill_receipt.py
@@ -89,7 +89,6 @@ class BillReceipt(models.Model):
'partner_id': invoice.partner_id.id,
'invoice_id': invoice.id,
'date_invoice': invoice.invoice_date,
- 'efaktur_id': invoice.efaktur_id.id,
'reference': invoice.ref,
'total_amt': invoice.amount_total,
'open_amt': invoice.amount_residual_signed,
@@ -114,8 +113,6 @@ class BillReceiptLine(models.Model):
partner_id = fields.Many2one('res.partner', string='Customer')
invoice_id = fields.Many2one('account.move', string='Invoice')
date_invoice = fields.Date(string='Invoice Date')
- # due_date = fields.Date(string='Due Date')
- efaktur_id = fields.Many2one('vit.efaktur', string='Faktur Pajak')
reference = fields.Char(string='Reference')
total_amt = fields.Float(string='Total Amount')
open_amt = fields.Float(string='Open Amount')