adds a SHOULD_BUY status

apikeys
Laurent 3 months ago
parent 99f6e54be2
commit 058a1fd1b3
  1. 1
      biz/models.py

@ -23,6 +23,7 @@ class Status(models.TextChoices):
LOST = 'LOST', 'Lost customer'
DECLINED = 'DECLINED', 'Declined'
DECLINED_UNRELATED = 'DECLINED_UNRELATED', 'Declined without significance'
SHOULD_BUY = 'SHOULD_BUY', 'Should buy'
class DeclinationReason(models.TextChoices):
TOO_EXPENSIVE = 'TOO_EXPENSIVE', 'Too expensive'

Loading…
Cancel
Save