Enviar Presupuesto ${(object.user_id.email or '')|safe} ${object.company_id.name|safe} ${object.state in ('draft', 'sent') and 'Quotation' or 'Order'} (Ref ${object.name or 'n/a' }) ${object.partner_invoice_id.id} ${(object.name or '').replace('/','_')}_${object.state == 'draft' and 'draft' or ''} ${object.partner_id.lang}

Hola ${object.partner_id.name},

Tiene disponible un nuevo presupuesto:

  REFERENCIAS
  Número de Pedido: ${object.name}
  Monto del Pedido: ${object.amount_total} ${object.currency_id.name}
  Fecha del Pedido: ${object.date_order}
% if object.origin:   Referencia del Pedido: ${object.origin}
% endif % if object.user_id:   Contacto: ${object.user_id.name} % endif


Si tiene alguna duda, no dude en contactarnos.

Gracias por elegir a ${object.company_id.name or 'us'}!



${object.company_id.name}

% if object.company_id.street: ${object.company_id.street}
% endif % if object.company_id.street2: ${object.company_id.street2}
% endif % if object.company_id.city or object.company_id.zip: ${object.company_id.zip} ${object.company_id.city}
% endif % if object.company_id.country_id: ${object.company_id.state_id and ('%s, ' % object.company_id.state_id.name) or ''} ${object.company_id.country_id.name or ''}
% endif
% if object.company_id.phone:
Teléfono:  ${object.company_id.phone}
% endif % if object.company_id.website: %endif

]]>