Odoo email template unable to edit and save - email

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

Related

Mail template of 'Mail Template Editor' (ownCloud) does not read templates created

I have ownCloud running on a UCS.
When logging in as an admin on ownCloud you are able to add new users. When adding one ownCloud sends an auto-generated e-mail to the user. I was asking myself if it is possible to change the content of the mail and found out that there is an app called 'Mail Template Editor'. I installed it and was wondering why on ownCloud in settings/general there was a text which told me to add themes. After a long search I found a website where I followed these steps
mkdir /var/www/<owncloud install dir>/themes/<your theme dir>/settings
mkdir /var/www/<owncloud install dir>/themes/<your theme dir>/settings/templates
chown www-data. /var/www/<owncloud install dir>/themes/<your theme dir>/settings -R
chmod 766 /var/www/<owncloud install dir>/themes/<your theme dir>/settings/templates
It was now possible to use the MailTemplateEditor on ownCloud and I was trying it out. I was editing a 'new_user' template and created a user. I checked the mailbox of this user and now the MAIN QUESTION follows:
I received a german (since my owncloud is in german) mail where no template was used. I was trying to figure out if the mail template does not apply on non-english mails but I had no idea how to access the english ownCloud version. But the main question is: Can I edit this german version as well and how?
EDIT: is it probably possible to turn off the translation calls so it always sends my template mail? I am not that experienced in PHP/HTML to see where the call is done.
I found a solution of my problem which I do not think is the best option. I have not tried yet how it will work if I edit another mail template. If there is a better way please feel free to post it here.
I have read that it is not a good option to change the owncloud/config/config.php file and add the line 'theme => <mythemeDir>' at the end since it should be done within the app itself. But I found no better way of doing so. Maybe I misunderstood something or rather I am not that involved with this topic but one page tells me not to edit it the other one does, both seemed to be from ownCloud itself so I was considering it up to date.

In Prestashop After Shifing Server-In Admin-Product etc. Pages showing 500 Internal Server Error

I am using PrestaShop 1.7.5.2 and recently changed my server & now the problem is that in my admin few pages are not working like "Products, Invoices, Stocks, Module Manager, Module Catalogue, Theme Catalogue etc.
My front end is working fine.
I have read almost all the content available but was not able to find exact solution to it.
Any help will be highly appreciated
Thanks,
GC
Edited just now by gauravchawla18 (see edit history)
Your database is incomplete. At least ps_translation table is missing.
Please check your database import.

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

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.

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.

In Magento, how can I preview a page before saving it?

I am using the Magento ver. 1.4.0.1 Community Edition. The problem I am running into is that Magento only allows me to preview pages that I have already saved. This works fine if I am creating a new page - but what if I am editing a current page? I want to be sure that the changes I make look good on the site before saving them.
Does anyone know of a way to preview a static cms page before saving the changes made? I'm open to using some sort of plugin if anyone knows of one.
Thanks
Currently there isn't one in Magento, you'll just have to save it and view it.
A lot of the work I've done in Magento has been done on a development server, once everything was set it got moved to the production server. I'm not saying you need two servers, but having at least a development instance of Magento will help when editing a live site.
for non-trivial changes, I normally create a new page with a URL that's not linked anywhere and then load that up to preview, before copying the content/settings to the real page.