[11.0][MIG] web_send_message_popup: Migrate to 11.0

This commit is contained in:
Artem Kostyuk
2018-09-28 17:42:15 +03:00
committed by Du-ma
parent 503a6f667e
commit 4f16a1c7b0
9 changed files with 56 additions and 118 deletions

View File

@@ -0,0 +1,4 @@
* Guewen Baconnier <guewen.baconnier@camptocamp.com>
* Yannick Vaucher <yannick.vaucher@camptocamp.com>
* Nicolas JEUDY <https://github.com/njeudy>
* Artem Kostyuk <a.kostyuk@mobilunity.com>

View File

@@ -0,0 +1,8 @@
In the email/notes threads below the form views, the link 'Send a
message' unfold a text field. From there, a button allows to open the
text field in a full featured email popup with the subject, templates,
attachments and followers.
This module changes the link 'Send a message' so it opens directly the
full featured popup instead of the text field, avoiding an extra click
if the popup is always wanted.

View File

@@ -0,0 +1,3 @@
* works even if bit flickering as it renders 1st the std widget and then shows the
other one. @simahawk checked the code and unfortunately seems there's no good
way to hook if not overriding whole big functions.