From bef4ece2a69bc8c01c59e113bc45320b372486d1 Mon Sep 17 00:00:00 2001 From: Jan Brodersen <4rmitxes@gmail.com> Date: Thu, 14 Dec 2017 17:22:10 +0100 Subject: [PATCH] [FIX] website_coupon: Model access Include the "ir.model.access.csv" into the manifest file. Required since otherwise users (other than the admin) won't be able to access all the models / menuitems. --- website_coupon/__manifest__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/website_coupon/__manifest__.py b/website_coupon/__manifest__.py index d774347e9..dca9ea800 100644 --- a/website_coupon/__manifest__.py +++ b/website_coupon/__manifest__.py @@ -32,6 +32,7 @@ 'depends': ['sale', 'website_sale'], 'website': 'http://www.cybrosys.com', 'data': [ + 'security/ir.model.access.csv', 'data/product_data.xml', 'views/gift_voucher.xml', 'views/applied_coupons.xml',