odoo/addons/mail
Olivier Dony 20c8d13822 [FIX] mail.message: default order by `id` should work on expandable node as well - but this still looks ugly
bzr revid: odo@openerp.com-20120905234919-ty9eojpgyib3ohwd
2012-09-06 01:49:19 +02:00
..
data [FIX] all mail dependencies: replace message_post call by normal record + review misc wording 2012-08-30 16:18:52 +02:00
doc [FIX] body_text --> body, not ure it's good enough 2012-08-17 14:06:06 +02:00
i18n Launchpad automatic translations update. 2012-09-04 04:52:49 +00:00
report [MERGE] trunk 2012-06-22 10:05:04 +02:00
security [FIX] mail.group security: member_ids -> message_follower_ids. 2012-08-16 02:08:33 +02:00
static [MERGE] sync with trunk 2012-09-05 18:31:35 +02:00
tests [FIX] mail: fix tests now that html sanitization is enabled on fields.html 2012-09-06 01:07:43 +02:00
wizard [IMP] mail: added and cleaned the tests. Fixed various small bugs in composer. Fixed mail_message.message_read() and flattening algorithm. Cleaned tests for message_read to have a more precise test. 2012-09-05 17:53:19 +02:00
__init__.py [IMP] mail cleaning 2012-08-17 13:19:36 +02:00
__openerp__.py [REF] mail: mail_mail views are now in mail_mail_view.xml file. 2012-08-27 12:16:59 +02:00
mail_alias.py [REF] Replace the user id 1 by openerp.SUPERUSER_ID 2012-08-31 15:51:36 +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 [IMP] mail*: implement auto-deletion mechanism for mail.message, mail.mail and the attachment 2012-09-05 17:19:50 +02:00
mail_followers_view.xml [FIX] mail_message: fixed messages that could be present several times in the result structure of message_read. 2012-08-28 15:13:11 +02:00
mail_group.py [FIX] [CLEAN] mail_thread: misc cleanup (comments, vars, typo). Fixed subscriber API. It now handles a read_back key in context to return the new value of the field. The purpose is to use it in mail_followers widget, that behaves asynchronously compared to the form_view, and that need updated values after subscribing a user. Updated mail_followers widget, cleaned its code. Updated mail_group with wrappers on message_subscriber_users, because it was setting user_ids as context. 2012-09-04 15:36:48 +02:00
mail_group_menu.py fix 2012-08-17 16:50:10 +02:00
mail_group_view.xml [MERGE] sync with trunk 2012-09-05 18:31:35 +02:00
mail_mail.py [IMP] mail*: implement auto-deletion mechanism for mail.message, mail.mail and the attachment 2012-09-05 17:19:50 +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.message: default order by `id` should work on expandable node as well - but this still looks ugly 2012-09-06 01:49:19 +02:00
mail_message_view.xml [IMP] mail: cleaning of the Chatter front-end. 2012-09-03 17:20:25 +02:00
mail_thread.py [IMP] mail: fix and test parsing of plaintext messages 2012-09-05 18:01:45 +02:00
mail_thread_view.xml [NEW] First version of sticky notes module 2012-09-04 00:37:41 +02:00
res_config.py [IMP] mail alias review - work in progress 2012-08-06 03:27:17 +02:00
res_config_view.xml [FIX] auth_config 2012-08-17 00:55:37 +02:00
res_partner.py [IMP] mail: res_partner: new options in email preferences: emails only. Already taken into accoutn in mail_followers, forgot to commit the change. 2012-08-30 10:51:57 +02:00
res_partner_view.xml add message_followers_ids 2012-08-16 00:30:38 +02:00
res_users.py [IMP] mail: cleaning of the Chatter front-end. 2012-09-03 17:20:25 +02: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