summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-09-05 17:05:03 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-09-05 17:05:03 +0200
commitd3d84ed7cc5ff3cb9c164838c78cfcee73fbc44e (patch)
tree0fa618c50ef4dff1e59924f46d78548e9b714cb4 /ishtar_common/models.py
parent19806517f67c6a635aa0081611635d3753709b3e (diff)
downloadIshtar-d3d84ed7cc5ff3cb9c164838c78cfcee73fbc44e.tar.bz2
Ishtar-d3d84ed7cc5ff3cb9c164838c78cfcee73fbc44e.zip
Operation: display statistics on the sheet (refs #2989)
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r--ishtar_common/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py
index c536b64ae..186d88f1a 100644
--- a/ishtar_common/models.py
+++ b/ishtar_common/models.py
@@ -2200,6 +2200,7 @@ pre_delete.connect(pre_delete_import, sender=Import)
class Organization(Address, Merge, OwnPerms, ValueGetter):
TABLE_COLS = ('name', 'organization_type',)
+ SHOW_URL = 'show-organization'
name = models.CharField(_(u"Name"), max_length=500)
organization_type = models.ForeignKey(OrganizationType,
verbose_name=_(u"Type"))