2
0

[IMP] account_move_line_tax_editable: test performance improvement

- Include context keys for avoiding mail operations overhead.
This commit is contained in:
josep-tecnativa 2023-10-13 12:33:32 +02:00
parent 557ab8ce3e
commit d03072657f

View File

@ -11,6 +11,16 @@ class TestAccountMoveLineTaxEditable(AccountTestInvoicingCommon):
@classmethod
def setUpClass(cls, chart_template_ref=None):
super().setUpClass(chart_template_ref=chart_template_ref)
cls.env = cls.env(
context=dict(
cls.env.context,
mail_create_nolog=True,
mail_create_nosubscribe=True,
mail_notrack=True,
no_reset_password=True,
tracking_disable=True,
)
)
refund_repartitions = cls.company_data[
"default_tax_sale"
].refund_repartition_line_ids