odoo/addons/mail
Christophe Matthieu a92bacb55c [IMP] alias: make chatter and aliases feature more user friendly and visible to the users. Delete res_config for display option: create leads/issue from incoming emails
bzr revid: chm@openerp.com-20130129100756-40z640jwo18z9qcj
2013-01-29 11:07:56 +01:00
..
controllers [IMP] web: move controler download_attachment into mail. 2012-12-11 15:53:43 +01:00
data [FIX] mail: incorrect model in cron job config, method moved to mail.mail 2012-12-21 21:41:41 +01:00
doc [MERGE] from trunk-salesteams-chm 2013-01-28 16:44:23 +01:00
i18n Launchpad automatic translations update. 2013-01-14 05:18:17 +00: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 [IMP] alias: make chatter and aliases feature more user friendly and visible to the users. Delete res_config for display option: create leads/issue from incoming emails 2013-01-29 11:07:56 +01:00
tests [IMP] mail_alias: add test and comment 2013-01-23 14:35:11 +01:00
wizard [CLEAN] Some code cleaning. 2013-01-08 17:13:32 +01: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 [IMP] mail module should not be auto_install 2012-12-17 12:50:48 +01:00
mail_alias.py [IMP] mail_alias: add documentation 2013-01-23 14:47:51 +01: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 [REM] mail_followers: removed unnecessary code about notifications for messages we cannot read, because this makes no sense with our access rules (you see when you have a notification -> mutualy exclusive). 2012-12-27 17:44: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 [CLEAN] mail_group: cleaned added code, no need to pass an explicit description parameter as we have a browse object on an actualized record. 2012-12-24 14:48:14 +01:00
mail_group_menu.py [MERGE] From trunk 2012-12-17 15:43:06 +01:00
mail_group_view.xml [IMP] alias: make chatter and aliases feature more user friendly and visible to the users. Delete res_config for display option: create leads/issue from incoming emails 2013-01-29 11:07:56 +01:00
mail_mail.py [IMP] Notifications: link to the document basically in mail module, with basic parameters. Portal improve this. 2013-01-04 13:57:54 +01: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 [IMP] Notification emails: subject is not truncated anymore. 2013-01-15 12:39:20 +01: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 [IMP] mail: separator for search filter 2012-11-07 11:56:24 +01:00
mail_thread.py [FIX] partner_id was only present in an else clause and not in the corresponding if. This caused a traceback when the if was executed. 2013-01-10 14:42:40 +01:00
mail_thread_view.xml [FIX]mail:menu string changed 2012-12-19 11:48:54 +05:30
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] 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] fetchmail: fixed message_process on res.users; now having a message_subscribe method, because of automatic subscription of recognized partners on the document; fixed override of message_post in res_partner, using a wrong type variiable; fixed message_post_user_api giving a set instead of a list. 2013-01-03 14:04:57 +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 [MERGE] Sync with 7.0 2013-01-15 12:27:53 +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 [IMP] use the openerp namespace. 2012-12-06 16:13:16 +01:00