odoo/addons/mail
Thibault Delavallée c6edc0158b [IMP] mail: chatter: cleaned a bit the js code; added a refresh of internal records structure, that was causing some issues when loading more comments in record thrad.
bzr revid: tde@openerp.com-20120719120315-2sg2peifgh4hklvo
2012-07-19 14:03:15 +02:00
..
data [FIX] mail group data: fixed and cleaned data. 2012-07-19 14:01:56 +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 [IMP] mail: chatter: cleaned a bit the js code; added a refresh of internal records structure, that was causing some issues when loading more comments in record thrad. 2012-07-19 14:03:15 +02:00
wizard [IMP] mail: chatter: cleaned a bit the js code; added a refresh of internal records structure, that was causing some issues when loading more comments in record thrad. 2012-07-19 14:03:15 +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 main addons. 2012-07-09 10:18:34 +02:00
ir_needaction.py [DOC] mail.thread: added some comments. 2012-07-02 18:13:06 +02:00
mail_demo.xml [IMP] demo data: subtype -> content_subtype. 2012-07-19 14:03:11 +02:00
mail_group.py [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_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 [FIX] mail_message: fixed ids -> id in check. 2012-07-16 17:39:01 +02:00
mail_message_view.xml [WIP] mail: composition form: WIP of destionation partner management. 2012-07-12 17:42:59 +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 [IMP] mail: chatter: cleaned a bit the js code; added a refresh of internal records structure, that was causing some issues when loading more comments in record thrad. 2012-07-19 14:03:15 +02:00
mail_thread_view.xml [IMP] mark as (un)read implemented as a server action. 2012-06-25 18:13:12 +02:00
res_partner.py [IMP] mail-Chatter: composition form: improved behavior of 'email_mode' and 'formatting'. They now calls onchange methods, that gives default values for dest_partner_ids, subject and so on. Partners are created when toggling into email mode, if not present in the database, based on the email_from of the document. 2012-07-13 16:23:33 +02:00
res_partner_view.xml [MERGE] Merged with addons/trunk. 2012-07-13 16:26:22 +02:00
res_users.py [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
res_users_view.xml [MERGE] Merged with addons/trunk. 2012-07-18 13:08:43 +02:00