Skip to content
Snippets Groups Projects
Commit 7ebc8cc5 authored by Josse Colpaert's avatar Josse Colpaert
Browse files

[FIX] l10n_es_edi_tbai: avoid external tests on l10n staging

For mysterious or logical reasons, the test classes inherit
the test tags from each other.  This means that the TBai external
test will have the post_install_l10n tag inherited and are currently
run when staging.  It should not block our staging when they are
down, ... by accident.

https://runbot.odoo.com/runbot/build/50405024



closes odoo/odoo#134168

Signed-off-by: default avatarChristophe Monniez (moc) <moc@odoo.com>
parent 3d6d5138
Branches
Tags
No related merge requests found
......@@ -5,12 +5,10 @@ import base64
from datetime import datetime
from odoo.addons.account_edi.tests.common import AccountEdiTestCommon
from odoo.tests import tagged
from odoo.tools import misc
from pytz import timezone
@tagged('post_install_l10n', 'post_install', '-at_install')
class TestEsEdiTbaiCommon(AccountEdiTestCommon):
@classmethod
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment