odoo/addons/portal
Olivier Dony 2a209aa75d [FIX] portal: mail access right test is not totally accurate
The access right test expect an exception
to be raised when accessing any of the
followers, but this is not 100% correct,
as the test user (Chell) should be able to
read her own record.
This worked by chance because the ORM
prefetching was triggering an access error
whenever any follower was accessed, but
this was a bug, now fixed in server at
rev-id odo@openerp.com-20131119153700-5sbo2cl13vvqsgz5
revno 5136

bzr revid: odo@openerp.com-20131119175658-1nv5c9iwfizkrasc
2013-11-19 18:56:58 +01:00
..
i18n Launchpad automatic translations update. 2013-11-20 05:44:18 +00:00
security [FIX] Fixed anonymous groups access rights and rules 2012-12-17 16:04:58 +01:00
static/src [IMP] portal,portal_sale: fine-tuning of payment block appearance, added amount, converted paypal example to <form> 2012-10-25 13:35:02 +02:00
tests [FIX] portal: mail access right test is not totally accurate 2013-11-19 18:56:58 +01:00
wizard [IMP] Improve typos in warning (Grammar mistake, Capitalize title, Typos) 2013-06-07 13:38:29 +02:00
__init__.py [FIX] portal mail: Override of _search and check_access_rule of mail_message to add specific access rights of mail.message, to remove all no discussion message if uid is a portal user. 2013-05-13 16:40:24 +02:00
__openerp__.py [MERGE] Sync with trunk. portal_security.xml file is back, holding a custom res_partner rule. 2012-12-14 09:56:39 +01:00
acquirer.py [FIX] Online payment ribbon display conditions. 2012-11-30 10:45:01 +01:00
acquirer_view.xml [MERGE] *: improved english wording, suggestions courtesy of OpenERP Community 2012-12-21 17:48:08 +01:00
mail_mail.py [IMP] Notifications: link to the document basically in mail module, with basic parameters. Portal improve this. 2013-01-04 13:57:54 +01:00
mail_message.py [FIX] portal: mail_message override: do not check access rules for SUPERUSER_ID 2013-11-14 13:33:46 +01:00
portal.py [FIX]portal: previous commit was wrong. I was distracted. auth_signup do not depends on share, portal is, so moving the values['share'] = true to portal module 2013-10-01 19:30:20 +02:00
portal_data.xml [FIX]portal: add share flag to portaltemplate user and portal demo user 2013-10-01 17:59:01 +02:00
portal_demo.xml [FIX]portal: add share flag to portaltemplate user and portal demo user 2013-10-01 17:59:01 +02:00
portal_view.xml [REV] Portal is back 2013-03-28 09:51:40 +01:00