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.