Browse Source

Merge pull request #4 from houssine78/fix-mail-template-emc

[FIX] easy_my_coop: 't' in mail template
pull/1/head
Houssine BAKKALI 6 years ago
committed by GitHub
parent
commit
3ce3bd6e32
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 16
      easy_my_coop/data/mail_template_data.xml
  2. 1216
      easy_my_coop/i18n/fr_BE.po

16
easy_my_coop/data/mail_template_data.xml

@ -18,16 +18,16 @@
<field name="body_html"><![CDATA[ <field name="body_html"><![CDATA[
<div style="font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; "> <div style="font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; ">
<p>Hello ${object.partner_id.name},</p>
<p>Hello ${object.partner_id.name},</p>
<p>You will find in attachment all the necessary information for the payment. We kindly remind you that your subscription will be effective only once we received the payment.</p>
<p>You will find in attachment all the necessary information for the payment. We kindly remind you that your subscription will be effective only once we received the payment.</p>
<p>Do not forget to add the structured communication to the payment.</p>
<p>Do not forget to add the structured communication to the payment.</p>
<p>Sustainably your,</p>
<p>${object.company_id.name}.</p>
<p>Sustainably your,</p>
<p>${object.company_id.name}.</p>
% if object.company_id.street:
% if object.company_id.street:
${object.company_id.street} ${object.company_id.street}
% endif % endif
% if object.company_id.street2: % if object.company_id.street2:
@ -79,7 +79,7 @@
<p>Sustainably your,</p> <p>Sustainably your,</p>
<p>${object.company_id.name}.</p> <p>${object.company_id.name}.</p>
% if object.company_id.street:
% if object.company_id.street:
${object.company_id.street} ${object.company_id.street}
% endif % endif
% if object.company_id.street2: % if object.company_id.street2:
@ -133,7 +133,7 @@
<p>Sustainably your,</p> <p>Sustainably your,</p>
<p>${object.company_id.name}.</p> <p>${object.company_id.name}.</p>
% if object.company_id.street:
% if object.company_id.street:
${object.company_id.street} ${object.company_id.street}
% endif % endif
% if object.company_id.street2: % if object.company_id.street2:

1216
easy_my_coop/i18n/fr_BE.po
File diff suppressed because it is too large
View File

Loading…
Cancel
Save