Skip to content
Snippets Groups Projects
Commit 1f0d2859 authored by Louis Baudoux's avatar Louis Baudoux
Browse files

[FIX] l10n_generic_coa: fix demo invoice with wrong journal


The 'Miscellaneous Operations' journal was used instead of the 'Vendor
Bills' journal for that demo invoice, which lead to a crash when
processing it with the OCR.

closes odoo/odoo#37618

Signed-off-by: default avatarLaurent Smet <smetl@users.noreply.github.com>
parent 12824cb4
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@
<!-- ==== Invoice Demo 6 - Draft Vendor Bill for OCR ==== -->
<record id="demo_invoice_extract" model="account.move" context="{'type': 'in_invoice'}">
<record id="demo_invoice_extract" model="account.move" context="{'default_type': 'in_invoice'}">
<field name="type">in_invoice</field>
<field name="invoice_user_id" ref="base.user_demo"/>
</record>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment