odoo/addons/mail
Thibault Delavallée 7ce89441f2 [IMP] mail.js: moved a function, added subtype when posting a comment
bzr revid: tde@openerp.com-20120507141358-vau7b9wgillyixg7
2012-05-07 16:13:58 +02:00
..
data [IMP] mail.group: cleaned and added a demo data for all employees discussion group. 2012-05-03 15:12:12 +02:00
doc [DOC] Small update. 2012-04-20 12:07:51 +02:00
i18n Launchpad automatic translations update. 2012-03-16 05:30:17 +00:00
report [MOVE] Moved log analysis (based on now removed res.Logs) to mail.message reports. 2012-04-04 15:23:28 +02:00
security [IMP] mail.thread: improvement taken from trunk-form-v2-fme. mail.group: added demo data. thread widget: updated css and html structure. mail security: now for every users, not only employees. This will need to be reviewed in details. 2012-04-13 12:03:27 +02:00
static [IMP] mail.js: moved a function, added subtype when posting a comment 2012-05-07 16:13:58 +02:00
wizard [ADD] Thread widget: added a 'reply by email' link. Open the mail.compose.message wizard. WIP: must add default values, such as email_to, ... Will be done asap. 2012-04-20 17:58:27 +02:00
__init__.py [MOVE] Moved log analysis (based on now removed res.Logs) to mail.message reports. 2012-04-04 15:23:28 +02:00
__openerp__.py [REF] mail module: moved some data to a new data folder. 2012-05-03 14:57:46 +02:00
mail_group.py [IMP] mail.group: added a groups field to model, linking mail.group to res.groups. Uding the push_to_group flag, it allows to push message to certain groups. Updated view with a temp ugly form view. 2012-05-03 14:57:22 +02:00
mail_group_view.xml [IMP] mail.group: added a groups field to model, linking mail.group to res.groups. Uding the push_to_group flag, it allows to push message to certain groups. Updated view with a temp ugly form view. 2012-05-03 14:57:22 +02:00
mail_message.py [IMP] mail.message: subtype field is now a char, not a selection anymore. 2012-04-20 15:20:49 +02:00
mail_message_view.xml [MERGE] Merged with main addons 2012-04-30 10:21:39 +02:00
mail_subscription.py [ADD] mail: added mail.subscription.hide model. This will holds the hiden notification subtypes. 2012-04-19 17:26:44 +02:00
mail_subscription_view.xml [ADD] mail.subscription.hide: added views and menu entry. 2012-04-19 17:38:25 +02:00
mail_thread.py [IMP] mail.thread: res.users model: removed comments only preference for emails when receiving notifications. 2012-05-03 15:49:16 +02:00
mail_thread_view.xml [FIX] mail: fixed error with icon and icon_web_hover. also resized icons. 2012-04-17 13:00:43 +02:00
res_partner.py [IMP] mail: another pass of cleanup/refactoring of mail features - finish renaming 2011-07-22 18:34:57 +02:00
res_partner_view.xml [IMP] mail: rename module email to mail because of parsing error 2011-04-04 15:15:52 +05:30
res_users.py [IMP] mail.thread: res.users model: removed comments only preference for emails when receiving notifications. 2012-05-03 15:49:16 +02:00
res_users_view.xml [FIX] res.users in mail.thread: addded right to modify notification_email_pref for users. 2012-04-06 09:40:18 +02:00