Let tailbone providers include static views

also add more native (batch) views to default list
This commit is contained in:
Lance Edgar 2022-03-06 22:06:57 -06:00
parent d18bade951
commit 7c4e9b56c7
3 changed files with 37 additions and 1 deletions

View file

@ -170,6 +170,31 @@ class PoserViewView(PoserMasterView):
},
},
'batches': {
'tailbone.views.batch.delproduct': {
'label': "Delete Product",
},
'tailbone.views.batch.inventory': {
'label': "Inventory",
},
'tailbone.views.batch.labels': {
'label': "Labels",
},
'tailbone.views.batch.newproduct': {
'label': "New Product",
},
'tailbone.views.batch.pricing': {
'label': "Pricing",
},
'tailbone.views.batch.product': {
'label': "Product",
},
'tailbone.views.batch.vendorcatalog': {
'label': "Vendor Catalog",
},
},
'other': {
'tailbone.views.stores': {