跳至内容
菜单
此问题已终结
2 回复
295 查看

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!

形象
丢弃
最佳答案

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

形象
丢弃
编写者 最佳答案

Thanks it's worked

形象
丢弃
相关帖文 回复 查看 活动
0
7月 25
69
5
7月 25
2703
1
7月 25
222
0
7月 25
137
1
7月 25
230