Allow basic Excel download for CORE products table
This commit is contained in:
parent
fdb63fc2d1
commit
0f90a371f8
|
@ -40,6 +40,7 @@ class ProductView(CoreOfficeMasterView):
|
||||||
model_title = "CORE-POS Product"
|
model_title = "CORE-POS Product"
|
||||||
url_prefix = '/core-pos/products'
|
url_prefix = '/core-pos/products'
|
||||||
route_prefix = 'corepos.products'
|
route_prefix = 'corepos.products'
|
||||||
|
results_downloadable_xlsx = True
|
||||||
|
|
||||||
labels = {
|
labels = {
|
||||||
'id': "ID",
|
'id': "ID",
|
||||||
|
|
Loading…
Reference in a new issue