[MIG][16.0] mig mail_edit#1854
Conversation
|
|
||
| * Go to *Message* *Chatter* in any model, click the Edit (pen) Icon to open up | ||
| the 'Edit or Move' wizard. | ||
| * To edit, edit the Mail as necessary and click Save. |
| </group> | ||
| <group> | ||
| <field | ||
| name="destination_object_id" |
There was a problem hiding this comment.
@NL66278 I now see the move based on the destination_object_id and working with the function change_destination_object
|
Just a question on the security groups should they be applied to the buttons or how they were before is better? If they were to be applied we can use |
Please smash all your commits into one. |
e7586d9 to
a1d8ce8
Compare
I squashed the commits, I will leave the groups 'thing' for now to allow testing, and maybe later on we can check it out if need be |
|
@KKamaa I installed this locally, but even after regenerating asset bundles I do not see any edit button (pencil) in messages. Is there anything I should do extra? I also checked my user had all the edit rights set. |
@NL66278 I tested it on a new local demo db and it works, see attached test below:
Did you hover on the right side of the message when testing so that the action icons appear? Also maybe ran ./build on waft to pull latest Odoo v16.0 as you pull the branch latest. |
Yes, obviously I did a new build before testing. Also checked the commit hash to make sure I have the same code. If I move to the right of the message the two standard icons for react and mark todo appear. Several times build again, updated base, updated the module, nothing helps. Tried in Chromium and Librewolf... Racking my brain about what could be different, as obviously from your test the module works perfect. |
|
@KKamaa I found it, the edit function only works on comment and email messages, not on notifications. |
|
@KKamaa There where some formatting errors in the pot and po file. I will add a commit to solve that. This was also giving errors/warnings (not fatal) when loading the module. |




Replaces #1328 as that one is based on an archived repository, and still needs fixes.