odoo/addons/website_mail
Thibault Delavallée b484da7e73 [FIX] [IMP] website_mail: improved and fixed the 'subscribe button'.
This button is used to perform a 'message_subscribe' or 'message_unsubscribe' on some
documents. It is notably used to add a 'Subscribe' button in some pages that subscribe
the user to a mailing list (aka mail.group).
This branch fixes some subscribe/unsubscribe issues, better manages the public user,
use the session to remember whether a public user has subscribe to a mailing list,
and uses already-existing code to manage partners.

bzr revid: tde@openerp.com-20140319113129-qd2bok52hvf1ybiu
2014-03-19 12:31:29 +01:00
..
controllers [FIX] [IMP] website_mail: improved and fixed the 'subscribe button'. 2014-03-19 12:31:29 +01:00
data [IMP] Subscribe data 2014-03-13 20:48:01 +01:00
doc [ADD] website_mail: added skeleton for tests and doc 2013-09-23 12:46:12 +02:00
models [MERGE] forward port of branch saas-3 up to revid 9328 chs@openerp.com-20140318120024-mcxmkncn1xktjs7v 2014-03-18 14:27:41 +01:00
security [IMP] Performance improvement: improved cache with context, better get_object 2013-11-30 16:46:59 +01:00
static/src [IMP] website_mail: refactor follow button; add partner_id in session for public user 2014-03-18 11:15:05 +01:00
tests [FIX] website: import openerp.addons.website_blog.tests 2014-01-21 10:34:15 +01:00
views [IMP] website_mail: refactor follow button; add partner_id in session for public user 2014-03-18 11:15:05 +01:00
__init__.py [MOVE] website_mail: moved model-related files inside a models directory. 2013-10-11 12:00:57 +02:00
__openerp__.py [IMP] Subscribe data 2014-03-13 20:48:01 +01:00