diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-09-17 18:05:45 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-09-17 18:05:45 +0700 |
| commit | ade0fe34d2d77fa9ee8e275cb60301b325710bd1 (patch) | |
| tree | eeeb88d8c7593a410244cfea20c379e39f2713aa /fixco_custom/models/partner.py | |
| parent | 776d2eefc8d43462eee3992992088e066fecfe21 (diff) | |
coretax
Diffstat (limited to 'fixco_custom/models/partner.py')
| -rwxr-xr-x | fixco_custom/models/partner.py | 5 |
1 files changed, 4 insertions, 1 deletions
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 |
