From 0f90a371f8428ecab68f1b4f29480bc66349648f Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Fri, 7 Aug 2020 14:53:11 -0500 Subject: [PATCH] Allow basic Excel download for CORE products table --- tailbone_corepos/views/corepos/products.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tailbone_corepos/views/corepos/products.py b/tailbone_corepos/views/corepos/products.py index cbd3011..4428f66 100644 --- a/tailbone_corepos/views/corepos/products.py +++ b/tailbone_corepos/views/corepos/products.py @@ -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",