Let tailbone providers include static views
also add more native (batch) views to default list
This commit is contained in:
parent
d18bade951
commit
7c4e9b56c7
3 changed files with 37 additions and 1 deletions
|
@ -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': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue