Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
3637 มุมมอง

I want to change the behavior of the mail module slightly. I want to always open the full email composer and never the small preview composer that works inline.

"Reply" and "Send a message" open normaly tha small inline composer.

Is that easily achivable?

Version 8.

The reason for this change is, that in the small composer the situation with followers and recipients is not clearly visible to users.

อวตาร
ละทิ้ง
ผู้เขียน

Should be somewhere in mail.js:

/* Call the on_compose_message on the thread of this message. */

on_message_reply:function (event) {

event.stopPropagation();

this.create_thread();

this.thread.on_compose_message(event);

return false;

},

ผู้เขียน

this.thread.ds_thread.call("oe_full", {context: this.context}).then(function(action){

self.do_action(action);

Was me trying - but my js is to bad.

Related Posts ตอบกลับ มุมมอง กิจกรรม
Email catchall reply to Odoo V8 แก้ไขแล้ว
11
เม.ย. 23
34437
0
มี.ค. 15
3026
0
ก.พ. 19
3324
How to create "mail.wall" in V8? แก้ไขแล้ว
5
พ.ย. 15
8108
0
ก.ย. 15
3718