odoo/addons/mail
Christophe Simonis bf29a2ebc7 [MERGE] forward port of branch 7.0 up to revid 9302 chs@openerp.com-20130718111616-apacuhc2qhquobtc
bzr revid: dle@openerp.com-20130627104833-b9zgtu8urj43f12b
bzr revid: mat@openerp.com-20130702135856-kmg7d8anw17nkbd8
bzr revid: chs@openerp.com-20130718115928-wpa84dqh8tcq31zt
2013-07-18 13:59:28 +02:00
..
controllers [IMP] web: move controler download_attachment into mail. 2012-12-11 15:53:43 +01:00
data [IMP] mail: added a cron job to delete mail attachments (lost user input or reports generated on-the-fly). They have: res_model = mail.compose.message; res_id 0; more than one day of inactivity. 2013-03-07 14:25:17 +01:00
doc [REM] mail: removed doc file, that was not adding usefull information compared to docstrings already present in the code. As the doc generator should take those docstrings into account, it is not necessary to re-add it. Moreover, this will make maintaining the doc up to date difficult. 2013-03-29 11:40:07 +01:00
i18n Launchpad automatic translations update. 2013-07-15 05:14:00 +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 [MERGE] forward port of branch 7.0 up to revid 9236 mat@openerp.com-20130613160953-itt79mu5xrl7suv4 2013-06-13 20:15:03 +02:00
tests [TESTS] mail: added tests 2013-06-07 11:16:19 +02:00
wizard [FIX] mail.compose.message: fixed reply_to from template in mass mailing. 2013-06-06 16:28:14 +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: remove icons from "images" key of manifest 2013-01-31 19:48:05 +01:00
mail_alias.py [FORWARD] Forward port of 7.0 branch until revision 9143. 2013-05-21 14:23:59 +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] mail.compose.message: supports user_signature of template. Note that in case of multiple wizards (send on ids that is not a singleton list), user_signature on one template is valid for all wizard. 2013-06-06 14:37:24 +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 [MERGE] [FIX] mail_group: usability fix. The 'Wall view' of 2013-03-27 12:05:20 +01:00
mail_group_menu.py [MERGE] From trunk 2012-12-17 15:43:06 +01:00
mail_group_view.xml [MERGE] Alias Visibility and Salesteams View. Improve the display of alias in form views and in empty list help messages. Improve the use, visibility and display of salesteams. 2013-04-05 17:19:14 +02:00
mail_mail.py [FIX]mail: _postprocess_sent_message send all mail, not only type = email 2013-06-14 15:24:18 +02:00
mail_mail_view.xml [FIX] mail_mail: sdearch view: no need to have default_type_email 2013-06-06 16:27:20 +02:00
mail_message.py [FIX] mail.compose.message: fixed reply_to from template in mass mailing. 2013-06-06 16:28:14 +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 [IMP] mail_message: added reply_to to the form view of mail.message 2013-06-06 17:25:38 +02:00
mail_thread.py [MERGE] forward port of branch 7.0 up to revid 9302 chs@openerp.com-20130718111616-apacuhc2qhquobtc 2013-07-18 13:59:28 +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] 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 [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] _auto_init(): when _auto_init() is overridden it does not return the super() result, which might brake functional fields initialization. 2013-04-17 09:55:46 +02:00
res_users_view.xml [IMP] res_user: change view form 2013-01-25 14:34:26 +01:00
update.py [REF] mail: removed openerp.pooler imports. 2013-03-27 14:55:27 +01:00