mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
Migrate to v12
[UPD] Update sql_export_mail.pot [UPD] README.rst Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-tools-12.0/server-tools-12.0-sql_export_mail Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-sql_export_mail/ [ADD] icon.png
This commit is contained in:
committed by
Sander Lienaerts
parent
5ab9082d1e
commit
e7fde1a9bb
@@ -1,24 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<odoo>
|
||||
<data noupdate="1">
|
||||
<odoo noupdate="1">
|
||||
|
||||
<!-- Error Email template -->
|
||||
<record id="sql_export_mailer" model="mail.template">
|
||||
<field name="name">SQL Export</field>
|
||||
<field name="email_from">admin@example.com</field>
|
||||
<field name="email_to">${object.get_email_address_for_template()}</field>
|
||||
<field name="subject">${object.name or ''}</field>
|
||||
<field name="model_id" ref="sql_export.model_sql_export"/>
|
||||
<field name="auto_delete" eval="True"/>
|
||||
<field name="body_html"><![CDATA[
|
||||
<!-- Error Email template -->
|
||||
<record id="sql_export_mailer" model="mail.template">
|
||||
<field name="name">SQL Export</field>
|
||||
<field name="email_from">admin@example.com</field>
|
||||
<field name="email_to">${object.get_email_address_for_template()}</field>
|
||||
<field name="subject">${object.name or ''}</field>
|
||||
<field name="model_id" ref="sql_export.model_sql_export"/>
|
||||
<field name="auto_delete" eval="True"/>
|
||||
<field name="body_html"><![CDATA[
|
||||
<div style="font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; ">
|
||||
|
||||
<p>You will find the report ${object.name or ''} as an attachment of the mail.</p>
|
||||
|
||||
</div>
|
||||
]]></field>
|
||||
</record>
|
||||
]]></field>
|
||||
</record>
|
||||
|
||||
</data>
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user