Monday 16 November 2015

How to create email template in OpenERP


By creating an email template one can send emails very easily and quickly as you already design it, add reports, signature. You can use these templates for any document in the OpenERP to enhance your sales, marketing, and accounting tasks. With these templates you just need to create a one, and use for future very dynamically.
To create an email template in OpenERP, just follow these steps:
  1. Go to Settings->Configuration->Email->Templates or you can go to the module menu like
    Sales/Accounting->Configuration->Miscellaneous->Email Templates, and create.
  2. Give it a meaningful name that describes the template for eg: Send Sales Quotations, select the related model for eg: Sales Order.
  3. In Email Details tab, define the from and to fields:
    from: ${object.user_id.user_email or ''} to: ${object.order_partner_id.email}
  4. Add the subject for eg: Sales Quotation
To Read complete information about "How to create Email Template in Open ERP" visit FindNerd . As it is an effective technology forum, so here you can also post & look for various programming queries along with their solutions related to PHP Programming Questions and Answers,c,Andriod Javascript etc.

No comments:

Post a Comment