Search
 
SCRIPT & CODE EXAMPLE
 

CSS

The basic - and minimal - structure of an email template looks like this:

                            
<record id="your_mail_template_id" model="mail.template">                                        
  <field name="name">Name of your template, shown under email templates</field>                                        
  <field name="model_id" ref="base.model_res_partner"></field>                                        
  <field name="email_from">${object.user_id.email_formatted |safe}</field>                                        
  <field name="partner_to">${object.id}</field>                                        
  <field name="subject">Title of email being sent</field>                                        
  <field name="body_html" type="html">                                            
    <div style="margin: 0px; padding: 0px;">                                                Your email text comes here.                                            </div>                                        
  </field>                                    
</record>

                        
Comment

PREVIOUS NEXT
Code Example
Css :: disable safari form formatting 
Css :: css cap rows paragraph 
Css :: how long since 1993 
Css :: how can i reset the paswd of my subrion admin panel 
Css :: webkit css audio code 
Css :: how to center topnav bar in html 
Css :: prevent child margin from moving parent css 
Css :: sumar clases css 
Css :: button size css 
Css :: The CSS to make all the columns equal in width is as follows 
Css :: slide up animation css 
Css :: false 
Css :: How to extend selector 
Css :: position inset css 
Css :: change size 
Css :: how to apply a background image in css 
Css :: border top right left css 
Css :: webkit scrollbar padding 
Css :: scss font color 
Typescript :: how to remove dots from li 
Typescript :: create database and grant user rights mariadb 
Typescript :: distance subplots matplotlib 
Typescript :: angular scroll to top 
Typescript :: convert htmlcollection to array 
Typescript :: if driver element exists python 
Typescript :: selenium get all child elements python 
Typescript :: get a span inside a div with div id javascript 
Typescript :: adonis prepare create 
Typescript :: google chrome extensions content scripts matches 
Typescript :: mongoose project first element from array 
ADD CONTENT
Topic
Content
Source link
Name
3+1 =