From c9ae57ed037af108542ad8a6cab41f416829435c Mon Sep 17 00:00:00 2001 From: Mqdd Date: Thu, 19 Feb 2026 10:39:18 +0700 Subject: add fp to GL --- fixco_custom/models/account_move_line.py | 1 + fixco_custom/views/account_move_line.xml | 21 +++++++++++---------- 2 files changed, 12 insertions(+), 10 deletions(-) (limited to 'fixco_custom') diff --git a/fixco_custom/models/account_move_line.py b/fixco_custom/models/account_move_line.py index 1f4ed9d..a2a6e02 100644 --- a/fixco_custom/models/account_move_line.py +++ b/fixco_custom/models/account_move_line.py @@ -6,6 +6,7 @@ class AccountMoveLine(models.Model): qty_outstanding = fields.Float(string='Qty Outstanding', compute='_compute_qty_outstanding') invoice_marketplace = fields.Text("Invoice Mearketplace", compute='_compute_invoice_marketplace') + faktur_pajak = fields.Char(string='Faktur Pajak', related='move_id.faktur_pajak') def action_gl_reconcile(self): lines = self diff --git a/fixco_custom/views/account_move_line.xml b/fixco_custom/views/account_move_line.xml index 245bdfe..5b55729 100644 --- a/fixco_custom/views/account_move_line.xml +++ b/fixco_custom/views/account_move_line.xml @@ -1,16 +1,17 @@ - - account.move.line.tree.gl.invoice.marketplace - account.move.line - - - - - - - + + account.move.line.tree.gl.invoice.marketplace + account.move.line + + + + + + + + -- cgit v1.2.3