fix tempaltes
This commit is contained in:
parent
7b0111167e
commit
83204154c3
|
|
@ -1,5 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<odoo >
|
||||
<data noupdate="1">
|
||||
|
||||
<!-- Recurrent payment emails -->
|
||||
<record id="email_payment_close" model="mail.template">
|
||||
<field name="name">Subscription: Payment Failure</field>
|
||||
|
|
@ -466,4 +468,6 @@
|
|||
<field name="lang">${object.partner_id.lang}</field>
|
||||
<field name="auto_delete" eval="True"/>
|
||||
</record>
|
||||
</data >
|
||||
|
||||
</odoo>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<data>
|
||||
<data noupdate="1">
|
||||
|
||||
<record id="sale.email_template_edi_sale" model="mail.template">
|
||||
<field name="body_html" type="html">
|
||||
<div style="margin: 0px; padding: 0px;">
|
||||
|
|
|
|||
Loading…
Reference in New Issue