From ade0fe34d2d77fa9ee8e275cb60301b325710bd1 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Wed, 17 Sep 2025 18:05:45 +0700 Subject: coretax --- fixco_custom/models/partner.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'fixco_custom/models/partner.py') diff --git a/fixco_custom/models/partner.py b/fixco_custom/models/partner.py index bd17ded..c8e95b0 100755 --- a/fixco_custom/models/partner.py +++ b/fixco_custom/models/partner.py @@ -15,4 +15,7 @@ class Partner(models.Model): [('online', 'Online'), ('offline', 'Offline')], string='Customer Type' - ) \ No newline at end of file + ) + sppkp = fields.Char(string="SPPKP", tracking=True) + nitku = fields.Char(string="NITKU", tracking=True) + npwp = fields.Char(string="NPWP", tracking=True) \ No newline at end of file -- cgit v1.2.3