9 changed files with 88 additions and 36 deletions
			
			
		| @ -0,0 +1,29 @@ | |||||
|  | <?xml version="1.0" encoding="utf-8"?> | ||||
|  | <odoo> | ||||
|  |     <data noupdate="1"> | ||||
|  |         <record id="payment_proof_attachment_email_template" | ||||
|  |                 model="mail.template"> | ||||
|  |             <field name="name">Sales Order: Payment Proof Attachment</field> | ||||
|  |             <field name="model_id" ref="sale.model_sale_order"/> | ||||
|  |             <field name="subject">Payment Proof Attachment</field> | ||||
|  |             <field name="email_from">{{ (object.user_id.email_formatted or | ||||
|  |                 user.email_formatted or '') }} | ||||
|  |             </field> | ||||
|  |             <field name="partner_to">{{ object.partner_id.id }}</field> | ||||
|  |             <field name="body_html" type="html"> | ||||
|  |                 <div style="margin: 0px; padding: 0px;"> | ||||
|  |                     <span>Dear<t t-out="object.partner_id.name"/>, | ||||
|  |                     </span> | ||||
|  |                     <p>Your Payment Proof Attachment is Uploaded Successfully | ||||
|  |                     </p> | ||||
|  |                     <p>Best regards,</p> | ||||
|  |                     <span> | ||||
|  |                         <t t-out="object.company_id.name"/> | ||||
|  |                     </span> | ||||
|  |                 </div> | ||||
|  |             </field> | ||||
|  |             <field name="lang">{{ object.partner_id.lang }}</field> | ||||
|  |             <field name="auto_delete" eval="False"/> | ||||
|  |         </record> | ||||
|  |     </data> | ||||
|  | </odoo> | ||||
| Before Width: | Height: | Size: 167 KiB After Width: | Height: | Size: 207 KiB | 
					Loading…
					
					
				
		Reference in new issue