Allow basic Excel download for CORE products table

This commit is contained in:
Lance Edgar 2020-08-07 14:53:11 -05:00
parent fdb63fc2d1
commit 0f90a371f8

View file

@ -40,6 +40,7 @@ class ProductView(CoreOfficeMasterView):
model_title = "CORE-POS Product"
url_prefix = '/core-pos/products'
route_prefix = 'corepos.products'
results_downloadable_xlsx = True
labels = {
'id': "ID",