odoo/addons/mail
Thibault Delavallée 67613957e4 [MERGE] Merged OpenChatter part 1/2. OpenChatter, part 1/2.
This revision adds a social messaging system inside OpenERP, that will be used by addons to display notifications (such as status changes), user comments, and emails. All message types are managed in a unified system. Social aspects are also enforced, by an easy invite system based on share, and a subscription mechanism allowing to follow messages post on records users want to follow. res.logs are removed from OpenERP and replaced by OpenChatter.

This revision adds theaddons-side of OpenChatter part 1/22. Main addons are updated in order to use the new feature: notifications on state/stage change, management of subscriptions. It also includes addons-side update related to the need_action mechanism, by defining the states in which user_ids are sent to the need_action engine. Server- and web-sides of need_action have already been merged in previous revisions.

bzr revid: tde@openerp.com-20120406123732-6fl2uzxzqr864jc4
2012-04-06 14:37:32 +02:00
..
doc [IMP] mail.thread: various tweaks 2012-04-04 18:00:56 +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: modified access rights. Users should now be able to delete their messages. 2012-04-05 18:47:19 +02:00
static [MERGE] Merged OpenChatter part 1/2. OpenChatter, part 1/2. 2012-04-06 14:37:32 +02:00
wizard [FIX] mail_compose_message: fixed behavior, now checks if it can use the mail.thread API 2012-04-04 10:57:22 +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 [FIX] and IMP also. Fixed a bug in regexp about finding logins beginning with @ (was not taking into account @ inside logins). Also added a :al and :pinky tags in messages, replaced by nice short images. 2012-04-06 12:27:59 +02:00
mail_data.xml [IMP] mail: usability - better labels´ 2011-09-06 18:52:04 +02:00
mail_group.py [FIX] Fixed crashing Follow/Unfollow links on group kanban views. 2012-04-04 16:11:19 +02:00
mail_group_view.xml [IMP] mail.thread: various tweaks 2012-04-04 18:00:56 +02:00
mail_message.py [MERGE] Merged OpenChatter part 1/2. OpenChatter, part 1/2. 2012-04-06 14:37:32 +02:00
mail_message_view.xml [IMP] Email menus: added incomin mail server in technical group; added feeds, subscription and notifications to technical group. Mail.thread should not be dependant on extended view anymore. 2012-04-06 10:20:33 +02:00
mail_subscription.py [CLEAN] Cleaned comments. 2012-04-02 14:59:26 +02:00
mail_subscription_view.xml [IMP] Email menus: added incomin mail server in technical group; added feeds, subscription and notifications to technical group. Mail.thread should not be dependant on extended view anymore. 2012-04-06 10:20:33 +02:00
mail_thread.py [MERGE] Merged OpenChatter part 1/2. OpenChatter, part 1/2. 2012-04-06 14:37:32 +02:00
mail_thread_view.xml [FIX] and IMP also. Fixed a bug in regexp about finding logins beginning with @ (was not taking into account @ inside logins). Also added a :al and :pinky tags in messages, replaced by nice short images. 2012-04-06 12:27:59 +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 [FIX] res.users in mail.thread: addded right to modify notification_email_pref for users. 2012-04-06 09:40:18 +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