Skip to content

Commit

Permalink
Merge PR #291 into 15.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Oct 13, 2023
2 parents 7498f9f + a2b28c9 commit f961f42
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ class TestAccountInvoiceGroupPicking(TransactionCase):
@classmethod
def setUpClass(cls):
super(TestAccountInvoiceGroupPicking, cls).setUpClass()
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,
)
)
cls.currency_usd = cls.env.ref("base.USD")
cls.currency_usd.active = True
# Make sure the currency of the company is USD, as this not always happens
Expand Down

0 comments on commit f961f42

Please sign in to comment.