Add autocomplete support for subdepartments

This commit is contained in:
Lance Edgar 2022-06-14 17:52:59 -05:00
parent c79ecab719
commit a289216eac

View file

@ -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