Skip to content

Commit

Permalink
[IMP] account_statement_base: no need to depend on account_reconcile_…
Browse files Browse the repository at this point in the history
…model_oca tests
  • Loading branch information
xaviedoanhduy committed Nov 20, 2024
1 parent 8bf4e74 commit 0f0eb15
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):
super().setUpClass()
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 0f0eb15

Please sign in to comment.