diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2026-02-19 10:39:18 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2026-02-19 10:39:18 +0700 |
| commit | c9ae57ed037af108542ad8a6cab41f416829435c (patch) | |
| tree | ea9c51a495519f70ee341415ba2b41b47d88374d /fixco_custom/models | |
| parent | 8d51b742d250f117db7603fc4a6ed424391e67d1 (diff) | |
<Miqdad> add fp to GL
Diffstat (limited to 'fixco_custom/models')
| -rw-r--r-- | fixco_custom/models/account_move_line.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
