odoo/addons/mail
Thibault Delavallée d7c974aa5b [MERGE] [IMP] mail: subtype: order by application + allow to hide technical subtypes + updated addons subtypes
- mail.message.subtype:
-- added sequence field, used to order subtypes when displaying them
-- added hidden field, used to hide some subtypes. Subtypes like 'Task Created' or 'Issue Created' are not necessary on a task or issue, but useful on the project form view. Indeed by following the task created subtype on the project, the user is notified of new tasks. However on the task itself it makes no sense to be able to follow task created. This subtype has to exist due to the technical implementation, but should be hidden in the followers widget of the task.
- mail: updated followers widget accordingly, and display subtypes by application with a visual border to separate them

- project, crm, sale_crm: updated hidden and sequence of subtypes

bzr revid: tde@openerp.com-20140221122036-m30laylmb4tqndkh
2014-02-21 13:20:36 +01:00
..
controllers [FIX] mail: fixed download_attachment controller 2014-01-24 17:04:57 +01:00
data [IMP] crm: added sequence on subtypes 2014-02-21 12:29:15 +01:00
doc [DOC] mail: updated changelog of mail to match the new implementation 2013-09-16 13:50:55 +02:00
i18n Launchpad automatic translations update. 2014-02-17 06:03:28 +00:00
report
security [IMP]: reduce rpc call , add options 'display_log_button' on field, 2013-09-23 19:02:01 +05:30
static [MERGE] Sync with trunk 2014-02-21 11:23:22 +01:00
tests [FIX] mail: adapt `assertRaises` test after corresponding code change in last forward-port 2014-02-17 10:51:43 +01:00
wizard [MERGE] Forward-port of latest saas-2 (incl. 7.0) bugfixes, up to rev. 9127 odo@openerp.com-20140212122042-3m2tysmr31mtecnc 2014-02-12 18:51:41 +01:00
__init__.py [IMP] shop: added openchatter on product shop 2014-01-06 14:57:27 +01:00
__openerp__.py [MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9691 rev-id: dle@openerp.com-20131211134120-fco4rlqjh258ba36 2013-12-11 14:43:17 +01:00
ir_attachment.py [IMP] shop: added openchatter on product shop 2014-01-06 14:57:27 +01:00
mail_alias.py [FIX] mail_alias: avoid performing tracking when migrating to 2014-02-10 18:13:50 +01:00
mail_alias_view.xml [CLEAN] Misc cleaning before merging, mainly in views 2013-06-25 10:46:30 +02:00
mail_followers.py [REF] mail_followers: cleaned notify methods, lessening the number of queries. 2013-08-27 17:38:40 +02:00
mail_followers_view.xml [MERGE] Addons misc improvements Vol.30 2013-06-13 15:06:59 +02:00
mail_group.py [CLEAN] mail_group: removed mail_post_access modification because it is 2013-12-06 11:01:31 +01:00
mail_group_menu.py
mail_group_view.xml [CLEAN] Misc cleaning before merging, mainly in views 2013-06-25 10:46:30 +02:00
mail_mail.py [FIX] email_template: support of email_recipients in send_mail. 2013-12-20 15:46:52 +01:00
mail_mail_view.xml [MERGE] forward port of branch 7.0 up to revid 9651 chs@openerp.com-20131127104459-jb77x7quwcvtifm7 2013-11-27 12:00:46 +01:00
mail_message.py [IMP] shop: added openchatter on product shop 2014-01-06 14:57:27 +01:00
mail_message_subtype.py [IMP] mail: subtype model: cleaning + improved form view to add the new fields 2014-02-21 12:29:04 +01:00
mail_message_subtype.xml [IMP] mail: subtype model: cleaning + improved form view to add the new fields 2014-02-21 12:29:04 +01:00
mail_message_view.xml [IMP] mail_message: cleaned search view 2013-08-29 12:09:32 +02:00
mail_thread.py [MERGE] [IMP] mail: subtype: order by application + allow to hide technical subtypes + updated addons subtypes 2014-02-21 13:20:36 +01:00
mail_thread_view.xml [MERGE] Sync with trunk 2013-06-06 15:53:13 +02:00
mail_vote.py
res_config.py [CLEAN] mail: removed unnecessary change 2013-09-17 12:20:46 +02:00
res_config_view.xml [REF] mass_mailing: first refactor 2013-09-13 13:54:08 +02:00
res_partner.py
res_partner_view.xml
res_users.py [FIX] mail: cannot duplicate users when mail is installed (allmost all the time, thus) 2014-01-27 12:04:11 +01:00
res_users_view.xml [CLEAN] Misc cleaning before merging, mainly in views 2013-06-25 10:46:30 +02:00
update.py [FIX] *: using werkzeug.url_encode instead of urllib.urlencode because urliblib.encode does not accept unicode 2014-01-29 13:13:16 +01:00