odoo/addons/website_mail
Olivier Dony ea5d111166 [IMP] website_mail: avoid marking old messages as published
There is semantically no reason to publish old
messages, and doing so can be expensive for large
databases. Defaulting new messages to published
makes sense depending on the model on which they
are attached, so it might be better to improve
this as an opt-in handled in create() or
message_post() or via default_* context keys.

bzr revid: odo@openerp.com-20140217142006-ik18uqy9ewhhhb42
2014-02-17 15:20:06 +01:00
..
controllers [REM] Removed @website.route() decorator 2014-01-20 16:37:33 +01:00
doc [ADD] website_mail: added skeleton for tests and doc 2013-09-23 12:46:12 +02:00
models [IMP] website_mail: avoid marking old messages as published 2014-02-17 15:20:06 +01:00
security [IMP] Performance improvement: improved cache with context, better get_object 2013-11-30 16:46:59 +01:00
static/src [FIX] website:_mail: fix followers 2014-01-29 18:08:29 +01:00
tests [FIX] website: import openerp.addons.website_blog.tests 2014-01-21 10:34:15 +01:00
views [FIX] website:_mail: fix followers 2014-01-29 18:08:29 +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 [FIX] Softwares is made of datas and codes 2014-01-26 21:43:34 +01:00