We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95d48d7 commit 9e0fc4bCopy full SHA for 9e0fc4b
mail_composer_cc_bcc_account/tests/test_mail_cc_bcc.py
@@ -3,8 +3,10 @@
3
4
from odoo.addons.account.tests.test_account_move_send import TestAccountMoveSendCommon
5
from odoo.addons.mail.tests.common import MailCommon
6
+from odoo.tests import tagged
7
8
9
+@tagged("post_install_l10n", "post_install", "-at_install")
10
class TestMailCcBccInvoice(TestAccountMoveSendCommon, MailCommon):
11
@classmethod
12
def setUpClass(cls):
0 commit comments