odoo/addons/website_membership
Martin Trigaux 10fce02eb0 [FIX] website_membership: access rules fixes
When searching on memberships, we use domain clauses in the format 'partner.x = y' where partner is a many2one to res.partner. The object res.partner has strict security rules for public users and this search will return zero result if not done with SUPERUSER_ID.
In addition, we need to access the list of products (membership_ids) in the domain to be sure we will retrieve only published membership (otherwise it would crash in the sort below).
2014-07-25 10:57:30 +02:00
..
controllers [FIX] website_membership: access rules fixes 2014-07-25 10:57:30 +02:00
demo [FIX] website_membership: access right and demo data 2013-11-14 12:39:27 +01:00
models [FIX] website_membership: access right and demo data 2013-11-14 12:39:27 +01:00
security [IMP] website_sale: access rights 2013-11-15 16:27:16 +01:00
views [FIX] website*: no border for customer/reseller/member entries + extra bottom margin on left column 2014-01-31 10:39:02 +01:00
__init__.py [FIX] website_membership: access right and demo data 2013-11-14 12:39:27 +01:00
__openerp__.py [FIX] website_membership: need to add website_sale in the dependancies list for membership sorting as website_sequence is defined there 2014-01-30 16:58:02 +01:00