From dbc177886d29dcf7a39916189ce712d1bca16ef4 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 11 Oct 2016 18:04:01 +0200 Subject: Shortcut menu: can now choose between simple and advanced menu --- ishtar_common/models.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ishtar_common/models.py') diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 95d995a91..5b93b62a2 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -2526,6 +2526,8 @@ class IshtarUser(User): 'person__attached_to') person = models.ForeignKey(Person, verbose_name=_(u"Person"), unique=True, related_name='ishtaruser') + advanced_shortcut_menu = models.BooleanField( + _(u"Advanced shortcut menu"), default=False) class Meta: verbose_name = _(u"Ishtar user") -- cgit v1.2.3