Sales - Send Quotation

Email From
${object.order_id.user_id.email or ''}
To (Email)
To (Partners)
Reply To
Subject
${object.order_id.lead_id.lead_no or ''}::Quotation From ${object.company_id.name}

Hello ${object.order_id.partner_id.name},

Here is your order confirmation from ${object.company_id.name}:

  REFERENCES
  ${object.restaurant_id.name}
  Order number : ${object.order_id.name}
  Date&Time : ${object.order_id.cc_datetime}
  Covers : ${object.product_uom_qty}
  Menu : ${object.menu_id.name} ;${object.courses}Courses
  Menu Rate : ${object.order_id.pricelist_id.currency_id.symbol} ${object.price_unit + object.markup}
  Payemnt Total : ${object.order_id.pricelist_id.currency_id.symbol} ${object.order_id.amount_total}
  Drinks: To be paid directly to the restaurant at the time of the booking
% if object.order_id.client_order_ref:   Your reference: ${object.order_id.client_order_ref}
% endif % if object.order_id.user_id:   Your contact: ${object.order_id.user_id.name} % endif


If you have any question, do not hesitate to contact us.

Thank you for choosing ${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:
Phone:  ${object.company_id.phone}
% endif % if object.company_id.website: % endif