Add autocomplete support for subdepartments
This commit is contained in:
parent
c79ecab719
commit
a289216eac
|
@ -2,7 +2,7 @@
|
||||||
################################################################################
|
################################################################################
|
||||||
#
|
#
|
||||||
# Rattail -- Retail Software Framework
|
# Rattail -- Retail Software Framework
|
||||||
# Copyright © 2010-2021 Lance Edgar
|
# Copyright © 2010-2022 Lance Edgar
|
||||||
#
|
#
|
||||||
# This file is part of Rattail.
|
# This file is part of Rattail.
|
||||||
#
|
#
|
||||||
|
@ -37,6 +37,7 @@ class SubdepartmentView(MasterView):
|
||||||
Master view for the Subdepartment class.
|
Master view for the Subdepartment class.
|
||||||
"""
|
"""
|
||||||
model_class = model.Subdepartment
|
model_class = model.Subdepartment
|
||||||
|
supports_autocomplete = True
|
||||||
touchable = True
|
touchable = True
|
||||||
has_versions = True
|
has_versions = True
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue