odoo/addons/mail
Nicolas Lempereur 312b85ee2a [FIX] mail: reload messages after closing composer
Always reload the message after the mail composer message is closed.

Since there is several unrelated model it would probably messy to go
from the mail thread to the mail composer popup to see if a new message
is posted (or get it and add it in the chatter like done in the simple
message editor).

With this change, anytime the mail composer modal is closed the mail
thread messages are reloaded.

closes #7596
opw-644406
2015-07-14 10:43:33 +02:00
..
controllers [FIX]Fixed the issue of mimetype not detected properly, used python mimetypes module to detect file's mimitype. 2014-04-14 10:59:04 +05:30
data [FIX] mail: fixed wrong parsing of multipart/mixed emails. 2013-08-23 14:06:11 +02:00
doc [FIX] rst in mail 2013-01-18 17:55:24 +01:00
i18n [I18N] Update translations from Transifex 2015-05-29 18:28:10 +02:00
report [MERGE] trunk 2012-06-22 10:05:04 +02:00
security [MERGE] Sync with trunk. 2012-12-19 10:39:24 +01:00
static [FIX] mail: reload messages after closing composer 2015-07-14 10:43:33 +02:00
tests [FIX] mail: Strip In-Reply-To header 2015-06-03 19:12:12 +02:00
wizard [FIX] mail: does not write "False" if mail body is empty 2015-05-21 12:22:50 +02:00
__init__.py [MERGE] Sync with trunk. Cleaned a bit things lastly added in trunk/mail/tests. 2012-12-11 17:14:58 +01:00
__openerp__.py [FIX] mail: correct announcement bar 2013-12-02 12:45:16 +01:00
mail_alias.py [FIX] account, mail, etc.: uniformize evaluated expressions 2015-05-21 16:07:21 +02:00
mail_alias_view.xml [MERGE] Next batch of improvements/fixes for mail.alias 2012-08-14 14:30:50 +02:00
mail_followers.py [FIX] email_template: keep email_from and outgoing server 2015-07-03 12:21:53 +02:00
mail_followers_view.xml [FIX] mail: the 'type' field is deprecated in the 'ir.ui.view' model 2012-10-10 14:36:51 +05:30
mail_group.py [FIX] Solve some mail issues which are currently present in 7.0 2014-07-10 16:29:54 +02:00
mail_group_menu.py [MERGE] From trunk 2012-12-17 15:43:06 +01:00
mail_group_view.xml [FIX] mail_group: fixed client action, no more Unread messages, send or log -> composition box with a correct message. 2013-03-27 10:58:22 +01:00
mail_mail.py [FIX] mail: access link generaTION 2014-12-15 14:08:14 +01:00
mail_mail_view.xml [FIX] mail: correct missing comma in domain on mail.mail 2014-04-18 16:05:08 +02:00
mail_message.py [FIX] mail: missing spaces in email subjects composed of several encoding 2015-05-12 17:53:16 +02:00
mail_message_subtype.py [CLEAN] Small cleanup of code. 2012-12-20 13:17:52 +01:00
mail_message_subtype.xml [CLEAN] mail: cleaned and updated automatic followers, now also possible on write without having to add something specific. parent_field -> relation_field on message.subtype model. Templates of automatic tracking do not use mako anymore, not necessary for small messages. Added a tmp hack in mail_message to avoid a crash, do not forget to remove it. 2012-12-19 17:42:39 +01:00
mail_message_view.xml [FIX] mail_message: fixed strings and names for read/unread filters. 2013-03-13 13:26:32 +01:00
mail_thread.py [FIX] mail_thread: correctly handle single id argument in `unlink` 2015-06-26 15:25:02 +02:00
mail_thread_view.xml [IMP] ir_ui_menu: trunk to 7.0 dynamic counters 2013-04-17 15:32:05 +02:00
mail_vote.py [FIX] [CLEAN] mail: fixed some access rules issues; removed now unused files. 2012-12-11 15:33:01 +01:00
res_config.py [FIX] Don't reset an existing but empty mail.catchall.domain 2014-04-23 14:14:11 +02:00
res_config_view.xml [FIX] auth_config 2012-08-17 00:55:37 +02:00
res_partner.py [CLEAN] crm, res_partner: added name on added filters; added oline breaks in big help of notification_email_send. 2013-03-13 13:51:24 +01:00
res_partner_view.xml [FIX] res_partner: mail now adds forgotten notification_email_send field; otherwise partner manager are not able to change the email reception policy for partners that are not users. 2013-03-08 13:48:35 +01:00
res_users.py [FIX] migrate_to_alias() of mail.alias didn't care about result value of _auto_init 2014-01-06 14:36:00 +01:00
res_users_view.xml [RENAME] mail: res.partner: renamed notification_email_pref into notification_email_send, because this pref suffix is very ugly. 2012-08-29 13:44:24 +02:00
update.py [FIX]mail: update.py, using message_post instead of mail.message create, in order to notify users and the administrator 2013-10-07 14:39:25 +02:00