diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2024-05-07 11:32:49 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2024-05-07 11:32:49 +0700 |
| commit | 1edb9ae0da36e33b1e0b1124ce5c6f9a515b732b (patch) | |
| tree | 0f7459a8aa0adc7892215b87cdbb085c21f622da | |
| parent | 39a5314e992cea3f8cf97127abcbd11cf27fa371 (diff) | |
add potensi pareto repeating in partner
| -rw-r--r-- | indoteknik_custom/models/res_partner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/res_partner.py b/indoteknik_custom/models/res_partner.py index f992628f..81f49cdf 100644 --- a/indoteknik_custom/models/res_partner.py +++ b/indoteknik_custom/models/res_partner.py @@ -32,6 +32,7 @@ class ResPartner(models.Model): ], string='Web Role') pareto_status = fields.Selection([ ('PR', 'Pareto Repeating'), + ('PPR', 'Potensi Pareto Repeating'), ('PNR', 'Pareto Non Repeating') ]) |
