How to Edit the Template for the Odoo Helpdesk Ticket Assigned Message - email

I'm currently using Odoo 12.0+e-20181025. I'm trying to edit the message the user get whenever a ticket is assigned to them. I've tried searching the email template, but I can't find it. I've also tried searching in the main folder, but I still can't find it. As of now, I only managed to make a similar template, but I also found some trouble in that task as I can't really emulate the button that can link right to the ticket editing form, only to the preview ticket window.
Here is the code for the link to the ticket:
${object.name} .​
While knowing how to make a proper link will help a lot, I would still prefer to know where I can edit the message template so I can make it more user friendly and informative.
Thanks for reading and for the help.

Related

Odoo email template unable to edit and save

Dears
I am using odoo 10. I have created automated actions and used email templates in it. Everything was quiet simple and working good initially. But now I want to edit the email template and add few details in it. But when I save the template it does not show the error and what ever text/data I add to the content gets vanished. This weird behaviour happening only on the online server. On my local machine it is working fine still I can edit and save the email templates. I have tried many solutions from stack and forums but no success. Please advise.
I think the problem is from the database, if you can check that the table of content is full or not

editing a google form response and data lost

I have created a standard google form and added a record. i have set options to edit the response . one of the questions i have added allows me to jump straight to submit or continue editing .
However When i am editing a response and i choose the my option to jump to submit and then press submit , i find the information is lost when i go back to edit the response.
However if i scroll through all my answers and submit at the end, then the data is saved.
Is there an issue with google forms ? i am not using any scripts - it is standard editing and form options.
This appears to be an issue with Google Forms when editing responses and changing the "go to" path from the initial submission. I've opened a question with a Google "Community Specialist" in the Google Help forums but so far she has not identified how to avoid this problem nor reported escalating it to get it fixed.
For those curious what to avoid, here is the scenario that causes a form to lose data:
Create a form with multiple Go To paths
Fill out a response using one Go To path of questions
Submit response
Click Edit Response
Choose an option that takes you down a different Go To path of questions
Submit the edited response
Click Edit Response
Going back to the original option Go To path, the earlier submitted data will now be gone.
Here is a form I've created that demonstrates the issue.
Here is the thread that as of this writing the Google Community Specialist has not yet solved. Perhaps if more people were to comment that it really is an issue she will pay more attention to it and bring it to the attention of who might be able to fix it.

How to cancel an auto-send email - can't find the script or source to cancel?

Used Google Scripts and when we search my history, the script is gone
I followed this link to set the email up, and now I cannot cancel it, any help would be much appreciated
Based on the link of the tutorial you provided, it looks like you created the script from inside a spreadsheet. They can be found using menu Tools => Script Editor. From there you can delete/edit the function that is sending the email. You might also want to check the document about Development Environment, this will discus about creating and deleting projects, linking of libraries and more. Hope this helps.

How to edit TFS work item email template

I'm new to TFS 2013 and I'm trying to edit the email template that pops up when you click the email symbol within a work type item in TFS, but I have not been able to thus far.
Specifically I want to include a custom field that has been added to the form. The research I have done points me in the the direction of the following path way: Program Files\Microsoft Team Foundation Server 12.0\Application Tier\TFSJobAgent\Transforms\1033.
However the files here (and please forgive my ignorance if I have got this wrong) appear to control event changes across the TFS, which I don’t want to change.
My scenario is that a user wants to email a work type to another user and include a custom field in the email template. Thanks (I would have included a screen shot but stackoverflow would not let me).

In Lotus Notes Designer Trigger an Agent, every time an email message is opened

New to Lotus Notes Admin, Brand new to designer.
Looking to trigger an agent whenever an email is opened.
I've created the agent already, just don't know how to hook it to the action of opening up an email.
Feel stupid opening up a PMR just for that, but have been googling and experimenting for hours.
thanks for any help
You need to modify the mail template (which is not recommended unless you know what you are doing).
The code could go in either the QueryOpen or PostOpen event of the memo form and reply form.
My suggestion is to isolate the functionality in a script library and call that function from the events on the different forms. This will make it easier both to update/maintain the code as well as move it to the new mail template when Notes get updated.
For something like this, I would recommend that you contact an experienced Notes developer for some help. You could easily mess up the mail template.