odoo/addons/mail
Thibault Delavallée 0fa2e5a712 [MERGE] Merged OpenChatter part3: The Return of the Composer Reloaded Strikes Back. Addons-side branch of OpenChatter part 3, holdling the new composer. This revision adds a new composer for chatter :
- now based on mail.compose.message form view
      - comment mode / email mode, allowing to add partners in CC (with autocomplete for some models using an improved version of mail.compose.message such as crm.lead)
      - plain / HTML composition mode, with a rich HTML composition form
      - email.template support
      - EDI support
      Other modifications :
      - mail.group improved, with linked groups to automatically subscribe users
      - welcome message for a new user and a new employee
      - mail.message subtype is renamed to content_subtype.
      - crm.add_note is deleted
      - some doc ... but not as much as expected

bzr revid: tde@openerp.com-20120720153237-nk50okkpg1kju9fb
2012-07-20 17:32:37 +02:00
..
data [IMP] demo data: made them noupdate. 2012-07-20 15:37:12 +02:00
doc [REF] ThreadView widget renamed to mail_thread. Also added some footers where they were not used. 2012-07-03 14:41:11 +02:00
i18n Launchpad automatic translations update. 2012-07-14 06:27:50 +00:00
report [MERGE] trunk 2012-06-22 10:05:04 +02:00
security [REM] mail: still removing references to subscription hide mechanism. 2012-07-17 13:32:21 +02:00
static [CLEAN] mail.js: removed debug data. 2012-07-20 15:01:27 +02:00
wizard [FIX] mail.compos.message: outgoing state only for emails. Send only emails, also. 2012-07-20 14:57:09 +02:00
__init__.py [FIX] mail module: added ir_needaction file to __init__.py . 2012-06-08 15:23:12 +02:00
__openerp__.py [MERGE] Merged with addons/trunk. 2012-07-20 14:24:18 +02:00
ir_needaction.py [DOC] mail.thread: added some comments. 2012-07-02 18:13:06 +02:00
mail_group.py [MERGE] Merged OpenChatter part3: The Return of the Composer Reloaded Strikes Back. Addons-side branch of OpenChatter part 3, holdling the new composer. This revision adds a new composer for chatter : 2012-07-20 17:32:37 +02:00
mail_group_view.xml [IMP] mail.group: cleaned model. Now only have linked user groups, that automatically subscribe its users to the mail.group instead of broadcasting or anything else. Removed old fields, cleaned view. Added code for res.users and res.groups to handle user changes in groups, propagating them to the mail.group attached to the res.group. 2012-07-19 14:00:26 +02:00
mail_message.py [IMP] mail.message: added type in parameters. Default is email. 2012-07-20 14:57:29 +02:00
mail_message_view.xml [IMP] mail.message view: cleaned short view for feeds. 2012-07-20 11:49:29 +02:00
mail_subscription.py [REM] mail: removed sbuscription hide mechanism. This will be re-implemented in part pi. 2012-07-17 13:02:51 +02:00
mail_subscription_view.xml [REM] mail: removed sbuscription hide mechanism. This will be re-implemented in part pi. 2012-07-17 13:02:51 +02:00
mail_thread.py [REM] mail_thread: removed broadcast. 2012-07-20 15:28:46 +02:00
mail_thread_view.xml [IMP] remove deprecated attributes 'icon', 'web_icon' and 'web_icon_hover' from top menu items 2012-07-18 15:14:03 +02:00
res_partner.py [IMP] res_partner in mail: also look messages related to the partner. 2012-07-20 15:29:31 +02:00
res_partner_view.xml [IMP] res.users, res.partner: chatter in correct 'footer' style. 2012-07-20 12:24:35 +02:00
res_users.py [IMP] res_users in mail: Welcome message posted on its wall at creation. 2012-07-20 15:29:04 +02:00
res_users_view.xml [IMP] res.users, res.partner: chatter in correct 'footer' style. 2012-07-20 12:24:35 +02:00