odoo/addons/mail
Thibault Delavallée 0b9a446bfa [IMP] Added description on mail.subscription and mail.notification
bzr revid: tde@openerp.com-20120329161032-44zmsa4sxxzdxcqk
2012-03-29 18:10:32 +02:00
..
doc [DOC] Added first tree of files: index.rst, inex.rst.inc and mail_thread.rst 2012-03-09 17:50:54 +01:00
i18n Launchpad automatic translations update. 2012-03-16 05:30:17 +00:00
security [MERGE] Merged with main addons 2012-03-26 11:24:17 +02:00
static [IMP] thread widget: added a confirmation when deleting/hiding 2012-03-29 11:18:08 +02:00
wizard [FIX] mail*: properly handle b64-encoding for attachments 2012-03-08 16:56:50 +01:00
__init__.py [REM] Removed mail/base_need_action, moved to server. Fixed now deleted need_action boolean field from view. 2012-03-07 10:10:18 +01:00
__openerp__.py [FIX] Added modification in __openerp__.py to take image into account 2012-03-29 09:33:01 +02:00
mail_data.xml [IMP] mail: usability - better labels´ 2011-09-06 18:52:04 +02:00
mail_group.py [IMP] Updated group model and views: now has member_ids, is_member and member_nbr functional fields linked to one get function; necessary to use record rules later. 2012-03-29 18:10:00 +02:00
mail_group_view.xml [IMP] Updated group model and views: now has member_ids, is_member and member_nbr functional fields linked to one get function; necessary to use record rules later. 2012-03-29 18:10:00 +02:00
mail_message.py [IMP] mail_message: schedule_with_attach: added 'email' type 2012-03-28 11:02:53 +02:00
mail_message_view.xml [IMP] mail.message: added a body fied, that is a function field matching body_html for html subtyped messages, or body_text for other subtyped messages. Added a get/search function for this field. Modified mail.message wall search view accordingly. 2012-03-27 10:10:11 +02:00
mail_subscription.py [IMP] Added description on mail.subscription and mail.notification 2012-03-29 18:10:32 +02:00
mail_subscription_view.xml [IMP] mail module: cleaned views and menu entries. 2012-03-22 14:19:22 +01:00
mail_thread.py [IMP] mail.thread: moved code that user_ids for notifications in a separated function; adding the check of notifications pushed to parent to have child messages pushed to @login users that do not necessarily follow the discussion; some fixes in mail.js 2012-03-29 10:53:06 +02:00
mail_thread_view.xml [IMP] Menus improvement: Sales is now sequence 0 (CRM moved to 1) to be the first menu entry; all groups now lies inside Feeds menu. 2012-03-26 14:54:12 +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] res.users in mail: added a welcome message when creating a new user. A broadcasting mechanism will be necessaryu though. 2012-03-29 12:11:13 +02:00
res_users_view.xml [ADD] res.users: added choice to send emails when receiving notifications on user form and preferences form. Also udpated res.users views. 2012-03-26 15:38:52 +02:00