Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
2 Risposte
313 Visualizzazioni

Hi Community,

I'm using Odoo Online (SaaS), and I encountered an issue when trying to send an invoice by email. After clicking the "Send" button on the invoice, I get the following error:

"There is no template that applies to this move type."

I'm not sure what's causing this. I'm using the standard invoicing flow, and the invoice has already been posted.

Has anyone experienced this? How can I fix or configure the correct email template for sending customer invoices?

Thanks in advance!

Avatar
Abbandona
Risposta migliore

Hi @Sai Praveen,

This error appears because Odoo cannot find an email template that applies to the move type of your invoice, which is usually out_invoice (Customer Invoice).

How to fix it in Odoo Online (SaaS):

  1. Go to:


    Settings > Activate Developer Mode > Technical > Email > Templates

  2. Look for a template named:


    Invoice: Send by email

  3. Check that the template has:
    • Applies to = Journal Entry
    • A domain filter such as:


      [('move_type', '=', 'out_invoice')]

  4. If the template is missing or inactive:
    • Activate an existing one or duplicate another.
    • Make sure the domain applies to customer invoices.

If you cannot edit templates (Odoo Online limitation):

Since you're using Odoo Online (SaaS), you might not be able to change templates directly. In that case:

  • Use the "Share" or "Print & Send by Email" options as a workaround.

Additional note:

This issue can happen when:

  • The default email template was deleted or changed
  • A migrated database didn't include proper email template bindings

Avatar
Abbandona
Autore Risposta migliore

Thanks it's worked

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
1
lug 25
48
0
lug 25
3
2
lug 25
535
0
lug 25
71
3
lug 25
110