Skip to content

Commit

Permalink
Merge PR #743 into 17.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Nov 14, 2024
2 parents 6e856dc + c43f3b4 commit 4da20a2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions account_statement_base/tests/test_account_statement_base.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
from odoo import Command
from odoo.tests import tagged

from odoo.addons.account_reconcile_model_oca.tests.common import (
TestAccountReconciliationCommon,
)
from odoo.addons.account.tests.common import AccountTestInvoicingCommon


@tagged("post_install", "-at_install")
class TestReconciliationWidget(TestAccountReconciliationCommon):
class TestOpenEntries(AccountTestInvoicingCommon):
@classmethod
def setUpClass(cls, chart_template_ref=None):
super().setUpClass(chart_template_ref=chart_template_ref)
cls.company = cls.company_data["company"]
cls.acc_bank_stmt_model = cls.env["account.bank.statement"]
cls.account_move_model = cls.env["account.move"]
cls.account_move_line_model = cls.env["account.move.line"]
Expand Down

0 comments on commit 4da20a2

Please sign in to comment.