odoo/addons/mail
Thibault Delavallée 85d1f4fcb1 [IMP] mail_thread: message_unread: fixed domain of fnct_search, unread message have to_read flag at True, not false.
bzr revid: tde@openerp.com-20121205140539-5g6ebfx4j425xglr
2012-12-05 15:05:39 +01:00
..
data [FIX] update_notifications: typo 2012-11-26 18:13:46 +01:00
doc [IMP] mail: doc 2012-12-03 10:23:17 +01:00
i18n Launchpad automatic translations update. 2012-12-05 05:43:08 +00:00
report [MERGE] trunk 2012-06-22 10:05:04 +02:00
security [IMP] removing some warnings (those one are generated by tests). 2012-11-15 12:59:16 +01:00
static [MERGE] Sync with trunk. 2012-12-04 15:29:22 +01:00
tests [IMP] mail_message: star feature is now on mail.notification. A starred message has a notification with starred=True. favorite_user_ids many2many field disappear. _search_to_read and _search_starred replaced by returning a domain on the notifications. Using auto_join, this should speedup chatter a lot. Updated tests accordingly (should be updated a bit more than that, though). Updated JS. Updated mailboxes domains, as to_read and starred already contain a reference to the pid. 2012-11-29 12:30:25 +01:00
wizard [FIX] Revert modification. 2012-11-27 15:52:06 +01:00
__init__.py [IMP]fix proble of click favorite 2012-11-06 15:07:24 +05:30
__openerp__.py [CLEAN] mail: cleaned demo data about files and noupdate: fixed some typos. 2012-11-19 10:24:57 +01:00
mail_alias.py [MERGE] removed a few warnings. 2012-09-14 15:30:45 +02:00
mail_alias_view.xml [MERGE] Next batch of improvements/fixes for mail.alias 2012-08-14 14:30:50 +02:00
mail_favorite.py [IMP] mail: star is renamed as favorite (propagated changes through module); added views for this model in technical feature, under emails. Cleaned message_read and message_read_get_expandable because the code was quite obfuscated. 2012-10-18 17:23:22 +02:00
mail_favorite_view.xml [ADD] mail: added forgottent mail_favorite_view.xml file. 2012-10-18 17:33:34 +02:00
mail_followers.py [IMP] mail_message: star feature is now on mail.notification. A starred message has a notification with starred=True. favorite_user_ids many2many field disappear. _search_to_read and _search_starred replaced by returning a domain on the notifications. Using auto_join, this should speedup chatter a lot. Updated tests accordingly (should be updated a bit more than that, though). Updated JS. Updated mailboxes domains, as to_read and starred already contain a reference to the pid. 2012-11-29 12:30:25 +01: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 [MERGE] Sync with trunk. 2012-11-15 19:19:30 +01:00
mail_group_menu.py [FIX] pager of Menu Items list view 2012-10-11 18:34:00 +05:30
mail_group_view.xml [MERGE] trunk-improve_portal-vta. 2012-11-29 10:08:01 +01:00
mail_mail.py [FIX] mail.mail: typo in previous commits 2012-10-09 15:44:14 +02:00
mail_mail_view.xml [REVIEW] addons: small cleanups nex to a diff read. Some improvements will follow, this commit is about small cleanups. 2012-09-04 11:28:20 +02:00
mail_message.py [FIX] mail_thread: fixed search domain on message_unread that was buggy. 2012-12-05 10:50:20 +01:00
mail_message_subtype.py [MERGE] Sync with addons/trunk. 2012-11-02 15:57:11 +01:00
mail_message_subtype.xml [MERGE] chm - improved subtype - fixes 2012-10-02 22:40:23 +02:00
mail_message_view.xml [IMP] mail: separator for search filter 2012-11-07 11:56:24 +01:00
mail_thread.py [IMP] mail_thread: message_unread: fixed domain of fnct_search, unread message have to_read flag at True, not false. 2012-12-05 15:05:39 +01:00
mail_thread_view.xml [IMP] mail_message: notification_ids as _auto_join; mail_thread: mail_message as _auto_join. Updated search domain of function fields accordingly. 2012-12-04 15:56:45 +01:00
mail_vote.py [CLEAN] mail: vote: cleaned before merging. 2012-09-18 17:05:44 +02:00
res_config.py [FIX] mail: default alias_domain should be web.base.url 2012-10-08 14:03:51 +02:00
res_config_view.xml [FIX] auth_config 2012-08-17 00:55:37 +02:00
res_partner.py [FIX] incomign email on a partner: fixed auto-inclusion of destination partner in recipients. 2012-11-15 18:18:30 +01:00
res_partner_view.xml [IMP] mail: improved display of openchatter in form views 2012-10-26 11:58:21 +02:00
res_users.py [FIX] fetchmail: fixed sending email on res.users aliases. This is done by using the message_update method of the related partner. 2012-11-15 17:00:08 +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: use the right web.base.url 2012-10-22 16:35:22 +02:00