Hi Odoo
I was editing one of the email templates and then i saved it, without saving the original....
and now im getting a nasty server error when ever i try to send mail from "send message" on the users/customers section. However i can still send quotes/sales orders and such.
Anyone have any advice. This is the error im getting
Traceback (most recent call last):
File "/opt/odoo/odoo-10.0/odoo/http.py", line 638, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/opt/odoo/odoo-10.0/odoo/http.py", line 675, in dispatch result = self._call_function(**self.params) File "/opt/odoo/odoo-10.0/odoo/http.py", line 331, in _call_function return checked_call(self.db, *args, **kwargs) File "/opt/odoo/odoo-10.0/odoo/service/model.py", line 119, in wrapper return f(dbname, *args, **kwargs) File "/opt/odoo/odoo-10.0/odoo/http.py", line 324, in checked_call result = self.endpoint(*a, **kw) File "/opt/odoo/odoo-10.0/odoo/http.py", line 933, in __call__ return self.method(*args, **kw) File "/opt/odoo/odoo-10.0/odoo/http.py", line 504, in response_wrap response = f(*args, **kw) File "/opt/odoo/odoo-10.0/addons/web/controllers/main.py", line 862, in call_kw return self._call_kw(model, method, args, kwargs) File "/opt/odoo/odoo-10.0/addons/web/controllers/main.py", line 854, in _call_kw return call_kw(request.env[model], method, args, kwargs) File "/opt/odoo/odoo-10.0/odoo/api.py", line 681, in call_kw return call_kw_multi(method, model, args, kwargs) File "/opt/odoo/odoo-10.0/odoo/api.py", line 672, in call_kw_multi result = method(recs, *args, **kwargs) File "/opt/odoo/odoo-10.0/addons/mail/models/mail_thread.py", line 1879, in message_post new_message = MailMessage.create(values) File "/opt/odoo/odoo-10.0/addons/mail/models/mail_message.py", line 723, in create user_signature=self.env.context.get('mail_notify_user_signature', True)) File "/opt/odoo/odoo-10.0/addons/mail/models/mail_message.py", line 791, in _notify partners._notify(self, force_send=force_send, send_after_commit=send_after_commit, user_signature=user_signature) File "/opt/odoo/odoo-10.0/addons/mail/models/res_partner.py", line 156, in _notify ('notify_email', '!=', 'none')])._notify_by_email(message, force_send=force_send, send_after_commit=send_after_commit, user_signature=user_signature) File "/opt/odoo/odoo-10.0/addons/mail/models/res_partner.py", line 201, in _notify_by_email new_emails, new_recipients_nbr = self._notify_send(fol_values['body'], fol_values['subject'], recipient_template_values['followers'], **base_mail_values)KeyError: 'body'
Please use a meaningful title.