Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
1026 Widoki
Good morning
I would like to change the email text when I click on send & print the invoice in repair
by default here is the text which is displayed "You will find attached the FHTG invoice xxxxx (with the reference: RO/00945) in the amount of 272,798 CFA issued by H T. Please proceed to payment as soon as possible. is possible for you.

Please specify the following reference when paying: FHTG/2023/00672.

We remain at your disposal for any additional questions.
I want to change the text.




Awatar
Odrzuć
Najlepsza odpowiedź

Hi,

You can try to extend the existing records for the email template through codes or you can try it with the UI

<record id="auth_signup.reset_password_email" model="email.template">
        <field name="name">Reset Password Custom Name</field>
    </record>
Here I have changed the value of the name field only. You can also change any value as per your wish.

for changing the body of the templates

<record id="auth_signup.reset_password_email" model="email.template">

    <field name="body_html" type="html">

        <div>// Add you content</div>

    </field>

</record>


Hope it helps

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
cze 16
20744
0
mar 16
5203