Browse Source

[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.
pull/45/head
Jan Brodersen 8 years ago
committed by GitHub
parent
commit
bef4ece2a6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      website_coupon/__manifest__.py

1
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',

Loading…
Cancel
Save