Skip to content
Snippets Groups Projects
Commit 945de684 authored by Josse Colpaert's avatar Josse Colpaert Committed by Stanislas Gueniffey
Browse files

[FIX] l10n_es_edi_sii: explicitly activate sii on the purchase journal

Part-of: odoo/odoo#109907
parent 737c7d26
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,10 @@ class TestEsEdiCommon(AccountEdiTestCommon):
'l10n_es_edi_tax_agency': 'bizkaia',
})
# To be sure it is put by default on purchase journals as well (tbai module)
cls.company_data['default_journal_purchase'].write({
'edi_format_ids': [(6, 0, cls.edi_format.ids)],
})
# ==== Business ====
cls.partner_a.write({
......
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