|
|
|
|
@ -121,7 +121,7 @@ class ProspectAdmin(SyncedObjectAdmin): |
|
|
|
|
ordering = ['-last_update'] |
|
|
|
|
filter_horizontal = ['entities'] |
|
|
|
|
actions = ['send_email', create_activity_for_prospect, mark_as_inbound, contacted_by_sms, mark_as_should_test, mark_as_testing, mark_as_customer, declined_too_expensive, declined_use_something_else, declined_android_user] |
|
|
|
|
raw_id_fields = ['official_user'] |
|
|
|
|
raw_id_fields = ['official_user', 'related_user'] |
|
|
|
|
|
|
|
|
|
def last_update_date(self, obj): |
|
|
|
|
return obj.last_update.date() if obj.last_update else None |
|
|
|
|
|