odoo/addons/mail
Thibault Delavallée 3cc186cd41 [IMP] mail.message: check is now a check_access_rule override, allowing to remove explicit calls. Moved mail.notification inheritance in mail.message directly into mail.notification, because we are in the same module (no need to separate things too much when in the same module).
bzr revid: tde@openerp.com-20120831090120-s56984dg6wpbs0li
2012-08-31 11:01:20 +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-08-28 07:24:10 +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 [REF] mail_thread: message_read: re-added old expandable, to have same behavior as 'beofre in this branch'. 2012-08-27 17:03:03 +02:00
tests [IMP] mail.compose.message: added basic mass_mail support back. Moved generation into a dedicated method, to be inherited in email_template. Added somes tests in mail to test mass_mailing without email_template. 2012-08-30 16:35:49 +02:00
wizard [FIX] email_template: wip - trying to make templates work again 2012-08-30 19:44:52 +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 [FIX] mail alias: properly fetch inactive users 2012-08-28 18:39:18 +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.message: check is now a check_access_rule override, allowing to remove explicit calls. Moved mail.notification inheritance in mail.message directly into mail.notification, because we are in the same module (no need to separate things too much when in the same module). 2012-08-31 11:01:20 +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 2012-08-22 15:37:23 +02:00
mail_group_menu.py fix 2012-08-17 16:50:10 +02:00
mail_group_view.xml [MERGE] Merged with addons/trunk. 2012-08-31 09:40:32 +02:00
mail_mail.py [FIX] email_template: wip - trying to make templates work again 2012-08-30 19:44:52 +02:00
mail_mail_view.xml [REF] mail_mail: body_html is back, holding the body of emails to send. 2012-08-30 10:51:16 +02:00
mail_message.py [IMP] mail.message: check is now a check_access_rule override, allowing to remove explicit calls. Moved mail.notification inheritance in mail.message directly into mail.notification, because we are in the same module (no need to separate things too much when in the same module). 2012-08-31 11:01:20 +02:00
mail_message_view.xml [REF] mail: mail_mail views are now in mail_mail_view.xml file. 2012-08-27 12:16:59 +02:00
mail_thread.py [CLEAN] mail_thread: misc cleanup (comments, some var names). 2012-08-31 10:01:03 +02:00
mail_thread_view.xml [IMP] simplify menuitems refering to actions others than act_window 2012-08-22 16:43:29 +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 [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
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