[FIX] mail: show_link in js file

bzr revid: chm@openerp.com-20121130160350-7axzlna6254r4u1u
This commit is contained in:
Christophe Matthieu 2012-11-30 17:03:50 +01:00
parent d19c8e5e2c
commit d945cd6555
1 changed files with 2 additions and 2 deletions

View File

@ -1398,7 +1398,7 @@ openerp.mail = function (session) {
*... @param {Array} [message_ids] List of ids to fetch by the root thread.
* When you use this option, the domain is not used for the fetch root.
* @param {String} [no_message] Message to display when there are no message
* @param {Boolean} [show_link_partner] Display partner (authors, followers...) on link or not
* @param {Boolean} [show_link] Display partner (authors, followers...) on link or not
* @param {Boolean} [compose_as_todo] The root composer mark automatically the message as todo
*/
init: function (parent, action) {
@ -1417,7 +1417,7 @@ openerp.mail = function (session) {
'show_compose_message' : false,
'show_compact_message' : false,
'compose_placeholder': false,
'show_link_partner': true,
'show_link': true,
'view_inbox': false,
'message_ids': undefined,
'compose_as_todo' : false,