Add some more views to potentially include via poser
This commit is contained in:
parent
9589606fb5
commit
92a52133de
|
@ -129,6 +129,11 @@ class PoserViewView(PoserMasterView):
|
|||
'label': "Departments",
|
||||
},
|
||||
|
||||
'tailbone.views.ifps': {
|
||||
# 'spec': 'tailbone.views.ifps',
|
||||
'label': "IFPS PLU Codes",
|
||||
},
|
||||
|
||||
'tailbone.views.subdepartments': {
|
||||
# 'spec': 'tailbone.views.subdepartments',
|
||||
'label': "Subdepartments",
|
||||
|
@ -197,6 +202,16 @@ class PoserViewView(PoserMasterView):
|
|||
|
||||
'other': {
|
||||
|
||||
'tailbone.views.datasync': {
|
||||
# 'spec': 'tailbone.views.datasync',
|
||||
'label': "DataSync",
|
||||
},
|
||||
|
||||
'tailbone.views.importing': {
|
||||
# 'spec': 'tailbone.views.importing',
|
||||
'label': "Importing / Exporting",
|
||||
},
|
||||
|
||||
'tailbone.views.stores': {
|
||||
# 'spec': 'tailbone.views.stores',
|
||||
'label': "Stores",
|
||||
|
|
Loading…
Reference in a new issue