diff options
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 |
