Siirry sisältöön
Menu
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Tämä kysymys on merkitty
2 Vastaukset
4856 Näkymät

Hi all,

when I do an invoice and try to send by email, the attachment is empty, the contact is empty and the body of the message is like this :

Hola ${object.partner_id.name},

Tiene una nueva factura disponible:

REFERENCIAS Nº de factura: ${object.number} Total de la factura: ${object.amount_total} ${object.currency_id.name} Fecha de factura: ${object.date_invoice} % if object.origin: Referencia del pedido: ${object.origin} % endif % if object.user_id: Su contacto: ${object.user_id.name} % endif <% set signup_url = object.get_signup_url() %> % if signup_url:

The system don't put the real data.

Open Erp V7 on Centos ( I try with another installation on Windows and the same error )

Regards.

Avatar
Hylkää
Paras vastaus

Hi, Since il't doesnt look like you got error, check if the module email_template is properly installed.

Avatar
Hylkää
Tekijä

Checking if the email_template is corrupt I uninstall it, after that, the system uninstall other modules like account, crm, sales modules himself, losing all account data. After that I add a new DB with a few modules, and the problem is similar. for example : Sales order Templates only are charged in the first attempt. The second one and the others, only puts the mail and the attach. There are no text in the body. In the invoice is the same, but in all attempts. The template only put the email and the attach. No text in the body.

Tekijä Paras vastaus

I got this error on three different installations on different servers ( Windows , Centos and Ubuntu ) and the problem is the same in all of them.

Avatar
Hylkää
Tekijä

The problem was in an accent in the name of the company. It's a bug.