mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[IMP] account_statement_base: no need to depend on account_reconcile_model_oca tests
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user