odoo/addons/mail
Thibault Delavallée 115e6f9687 [IMP] [TEST] mail.notification: added an SQL constraint on mail.notification, to have default false value on read column even when writing into the table using write on the partner_ids column of mail.message (therefore by-passing the default_get of the orm for mail_notification model). Added tests for needaction, based on mail.message, that by the way helped trigerred this bug. Hooray.
bzr revid: tde@openerp.com-20120828113128-70gjunh6bx3pho30
2012-08-28 13:31:28 +02:00
..
data [IMP] portal, mail, crm: misc fixes of demo data. 2012-08-27 12:29:41 +02:00
doc [FIX] body_text --> body, not ure it's good enough 2012-08-17 14:06:06 +02:00
i18n Launchpad automatic translations update. 2012-08-07 05:39:28 +00:00
report [MERGE] trunk 2012-06-22 10:05:04 +02:00
security [FIX] mail.group security: member_ids -> message_follower_ids. 2012-08-16 02:08:33 +02:00
static [REF] mail_thread: message_read: re-added old expandable, to have same behavior as 'beofre in this branch'. 2012-08-27 17:03:03 +02:00
tests [IMP] [TEST] mail.notification: added an SQL constraint on mail.notification, to have default false value on read column even when writing into the table using write on the partner_ids column of mail.message (therefore by-passing the default_get of the orm for mail_notification model). Added tests for needaction, based on mail.message, that by the way helped trigerred this bug. Hooray. 2012-08-28 13:31:28 +02:00
wizard [FIX] mail.compose.message: added a log access because it seems abstract model need that ... 2012-08-28 11:50:46 +02:00
__init__.py [IMP] mail cleaning 2012-08-17 13:19:36 +02:00
__openerp__.py [REF] mail: mail_mail views are now in mail_mail_view.xml file. 2012-08-27 12:16:59 +02:00
mail_alias.py [REVIEW] Updated some variable names to try to be more explicit. 2012-08-24 16:39:44 +02:00
mail_alias_view.xml [MERGE] Next batch of improvements/fixes for mail.alias 2012-08-14 14:30:50 +02:00
mail_followers.py [IMP] [TEST] mail.notification: added an SQL constraint on mail.notification, to have default false value on read column even when writing into the table using write on the partner_ids column of mail.message (therefore by-passing the default_get of the orm for mail_notification model). Added tests for needaction, based on mail.message, that by the way helped trigerred this bug. Hooray. 2012-08-28 13:31:28 +02:00
mail_followers_view.xml [IMP] Remove some warnings about: alias_force_id -> alias_force_thread_id; type set in view that is not necessayr anymore. 2012-08-24 16:31:12 +02:00
mail_group.py fix 2012-08-22 15:37:23 +02:00
mail_group_menu.py fix 2012-08-17 16:50:10 +02:00
mail_group_view.xml fix 2012-08-23 16:26:22 +02:00
mail_mail.py [IMP] mail_mail: re-instaured body_alternative, using html2plaintext of tools. Removed some dead imports. 2012-08-24 18:09:36 +02:00
mail_mail_view.xml [REF] mail: mail_mail views are now in mail_mail_view.xml file. 2012-08-27 12:16:59 +02:00
mail_message.py [IMP] mail.message: added an 'unread' functional searchable field. This field is used to replace the buggy needaction_domain_get on mail.message (having 2 notifications with 1/ correct partner 2/ unread could lead to false needaction, because of verified domain. The domain is now based on the unread field, that computes unread messages for the user. To avoid having too much overhead, it has been implemented directly in sql. 2012-08-28 11:53:23 +02:00
mail_message_view.xml [REF] mail: mail_mail views are now in mail_mail_view.xml file. 2012-08-27 12:16:59 +02:00
mail_thread.py [IMP] mail.message: added an 'unread' functional searchable field. This field is used to replace the buggy needaction_domain_get on mail.message (having 2 notifications with 1/ correct partner 2/ unread could lead to false needaction, because of verified domain. The domain is now based on the unread field, that computes unread messages for the user. To avoid having too much overhead, it has been implemented directly in sql. 2012-08-28 11:53:23 +02:00
mail_thread_view.xml [IMP] simplify menuitems refering to actions others than act_window 2012-08-22 16:43:29 +02:00
res_config.py [IMP] mail alias review - work in progress 2012-08-06 03:27:17 +02:00
res_config_view.xml [FIX] auth_config 2012-08-17 00:55:37 +02:00
res_partner.py [CLEAN] mail: res_partner: removed dead code. Also fixe da typo in mail tests. 2012-08-23 15:11:44 +02:00
res_partner_view.xml add message_followers_ids 2012-08-16 00:30:38 +02:00
res_users.py [MERGE] Merged with addons/trunk. 2012-08-27 10:37:05 +02:00
res_users_view.xml [REVIEW] res_users in mail_thread: removed form view inheritance adding Chatter. 2012-08-14 20:49:31 +02:00