[FIX] mail.message: all recipients explicitly mentioned should receive a notification...
[odoo/odoo.git] / addons / mail / mail_message.py
2012-12-20 Olivier Dony[FIX] mail.message: all recipients explicitly mentioned...
2012-12-17 Cecile Tonglet[MERGE] From trunk
2012-12-14 Thibault Delavallée[IMP] mail: small code cleanup, added some comments.
2012-12-14 Thibault Delavallée[MERGE] Sync with trunk. portal_security.xml file is...
2012-12-13 Olivier Dony[FIX] mail.message: be tolerant to messages linked...
2012-12-12 Quentin (OpenERP)[REF] mail: splitted the search() function in smaller...
2012-12-12 Thibault Delavallée[IMP] mail_message: added the right to reply to a messa...
2012-12-12 Thibault Delavallée[IMP] Portal: portal user has a read access on res_part...
2012-12-11 Thibault Delavallée[MERGE] Sync with trunk. Cleaned a bit things lastly...
2012-12-11 Christophe Matthieu[MERGE] catch and display error when there are an error...
2012-12-11 Thibault Delavallée[FIX] [CLEAN] mail: fixed some access rules issues...
2012-12-11 Thibault Delavallée[IMP] mail: add test for messages notification and...
2012-12-11 Thibault Delavallée[MERGE] Sync with trunk.
2012-12-10 Christophe Matthieu[IMP]mail: read to browse
2012-12-10 Christophe Matthieu[IMP]mail: remove import
2012-12-10 Christophe Matthieu[IMP] mail: download attachment with the controler...
2012-12-07 Christophe Matthieu[IMP]mail: add a download_attachment_ids field. the...
2012-12-07 Christophe Matthieu[FIX]mail: fix access right
2012-12-07 Christophe Matthieu[MERGE] from trunk
2012-12-06 Vo Minh Thu[IMP] use the openerp namespace.
2012-12-06 Christophe Matthieu[MERGE] from trunk-bug-1075501-vta
2012-12-05 Thibault Delavallée[CLEAN] _auto_join -> auto_join.
2012-12-05 Thibault Delavallée[FIX] mail_thread: fixed search domain on message_unrea...
2012-12-04 Thibault Delavallée[IMP] mail_message: notification_ids as _auto_join...
2012-12-04 Thibault Delavallée[MERGE] Sync with trunk.
2012-12-04 Bhumi Thakkar (Ope... [FIX] pass the res_model and res_id (user who has hr...
2012-12-03 Bhumi Thakkar (Ope... [FIX] user who has hr/employee rights can invite users.
2012-12-03 Christophe Matthieu[IMP] mail: _notify, change read into browse
2012-12-03 vta vta@openerp.com[FIX] Fixed context, and added comments as per TDE...
2012-11-30 Christophe Matthieu[IMP] mail: add comment
2012-11-30 Christophe Matthieu[FIX] mail: An error appear when a user receive a messa...
2012-11-30 Christophe Matthieu[FIX] mail: Get attachment of a message with a SUPPERUS...
2012-11-30 vta vta@openerp.com[MERGE] Latest trunk.
2012-11-30 vta vta@openerp.com[FIX] Fixed the context sent by the invite wizard....
2012-11-30 Christophe Matthieu[IMP] mail: change access for create message for the...
2012-11-30 Thibault Delavallée[FIX] mail: default_starred key is recognized when...
2012-11-30 Quentin (OpenERP)[MERGE] trunk
2012-11-29 Thibault Delavallée[IMP] mail: message_unread searchable field now returns...
2012-11-29 Thibault Delavallée[IMP] mail_message: star feature is now on mail.notific...
2012-11-28 vta vta@openerp.com[FIX] Attempt to fix mail bug, why the hell res_model...
2012-11-28 Thibault Delavallée[IMP] mail: when starring a message, create an unread...
2012-11-27 Thibault Delavallée[IMP] mail_message model: now uses _auto_join.
2012-11-26 Josse Colpaert[MERGE] merge from trunk
2012-11-21 Josse Colpaert[IMP] clean-up fp
2012-11-21 Olivier Dony[FIX] mail: remove ugly hack for context filtering...
2012-11-15 Arnaud Pineux[TEST]
2012-11-14 Thibault Delavallée[FIX] mail: expandables: expandable was placed at a...
2012-11-14 Thibault Delavallée[MERGE] Sync with trunk.
2012-11-12 Thibault Delavallée[IMP] mail_message: added some indexes and explanations...
2012-11-09 Christophe Matthieu[FIX] mail: scroll, avatar, delete attachments, print
2012-11-08 Thibault Delavallée[FIX] mail: fixed bug adding signature of partners...
2012-11-07 Thibault Delavallée[IMP] mail: mail_message: some string made more underst...
2012-11-07 Thibault Delavallée[FIX] mail_thread: in message_parse, correctly set...
2012-11-07 Thibault Delavallée[IMP] mail: displayed messages now goe through html_ema...
2012-11-07 Christophe Matthieu[FIX] mail: display 'Compose a new message' button...
2012-11-05 Christophe Matthieu[IMP] mail: update js with filtering id (read & star...
2012-11-02 Thibault Delavallée[IMP] mail: updated notified_partner_ids field string...
2012-11-02 Thibault Delavallée[FIX] mail_message: added a rec_name, because otherwise...
2012-11-02 Thibault Delavallée[FIX] mail: fixed an order issue with expandables.
2012-11-01 Christophe Matthieu[IMP]mail: no sort in js insert_message; add filename...
2012-10-31 Thibault Delavallée[REF] mail: refactored message_read. It nows re-uses...
2012-10-31 Thibault Delavallée[REV] Reverted fix about last_id, only python-side.
2012-10-31 Christophe Matthieu[IMP] mail: js, compose, expandable and message extend...
2012-10-31 Christophe Matthieu[IMP] mail: last_id (js/py)
2012-10-29 Thibault Delavallée[CLEAN] Misc cleaning of code: removed debug statements...
2012-10-29 Christophe Matthieu[FIX] mail: resolve error to read message after posting
2012-10-29 Christophe Matthieu[MERGE] from trunk-mail-concreting-tde, TODO fix bug
2012-10-26 Thibault Delavallée[CLEAN] mail: cleaned code before merging, removed...
2012-10-26 Thibault Delavallée[IMP] mail: added a quote context to email notification...
2012-10-26 Thibault Delavallée[IMP] mail: ancestor_id -> back to parent_id; message_p...
2012-10-25 Thibault Delavallée[IMP] mail: mail_message.record_name is now store=True...
2012-10-25 Thibault Delavallée[FIX] mail: mail_message from field renamed to email_fr...
2012-10-25 Thibault Delavallée[IMP] mail_message: partner_ids now holds only specific...
2012-10-25 Thibault Delavallée[FIX] message_read: giving ids is now just a way to...
2012-10-24 Thibault Delavallée[CLEAN] mail_message: cleaned a bit methods about acces...
2012-10-24 Thibault Delavallée[IMP] mail: added _search override on mail_message...
2012-10-23 Christophe Matthieu[MERGE] from trunk-mail-concreting-tde
2012-10-23 Thibault Delavallée[FIX] mail: message_read: ancestor_id is set in thread...
2012-10-23 Thibault Delavallée[FIX] mail: message_read: expandable parent_id -> ances...
2012-10-23 Christophe Matthieu[MERGE] from trunk-mail-concreting-tde
2012-10-23 Thibault Delavallée[IMP] mail: message_read: improved flat / threaded...
2012-10-22 Thibault Delavallée[IMP] [WIP] mail: expandables now limited to one level...
2012-10-22 Christophe Matthieu[IMP] mail: concat expandable messages
2012-10-22 Thibault Delavallée[REM] mail_message: removed max_limit arg of expandables.
2012-10-22 Thibault Delavallée[FIX] mail_message: fixed default args for message_read...
2012-10-22 Christophe Matthieu[MERGE] from trunk
2012-10-22 Divyesh Makwana... [Merge] Merge with main addons.
2012-10-19 Thibault Delavallée[WIP] mail: tests: WIP about comments and tests about...
2012-10-19 Christophe Matthieu[FIX] mail: to_read value of _message_get_dict
2012-10-19 Christophe Matthieu[FIX] mail: sort of expandable message
2012-10-19 Thibault Delavallée[REV] mail_message: vote_toggle and favorite_toggle...
2012-10-19 Christophe Matthieu[IMP] mail: auto open and close the compose form on...
2012-10-19 Christophe Matthieu[IMP] mail: auto open and close the compose form on...
2012-10-19 Foram Katharotiya... [MERGE] merge with parent
2012-10-19 Thibault Delavallée[REVIEW] mail: some code cleanup before merging.
2012-10-19 Thibault Delavallée[FIX] mail_message: fixed message_read adding too much...
2012-10-19 Christophe Matthieu[MERGE] form trunk-openchater-mailbox-chm
2012-10-18 Thibault Delavallée[IMP] mail: star is renamed as favorite (propagated...
2012-10-18 Thibault Delavallée[FIX] mail_message: fixed various bigs introduced when...
2012-10-18 Thibault Delavallée[MERGE] Merged with addons/trunk, re-done to get last...
next