mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[MIG] account_partner_reconcile: Migration to 13.0
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
# Copyright 2017 Eficent Business and IT Consulting Services S.L.
|
||||
# (http://www.eficent.com)
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
from . import test_account_partner_reconcile
|
||||
|
||||
@@ -1,14 +1,11 @@
|
||||
# Copyright 2017-19 Eficent Business and IT Consulting Services S.L.
|
||||
# (http://www.eficent.com)
|
||||
# Copyright 2017-20 ForgeFlow S.L. (http://www.forgeflow.com)
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
from odoo.tests.common import TransactionCase
|
||||
|
||||
|
||||
class TestAccountPartnerReconcile(TransactionCase):
|
||||
"""
|
||||
Tests for Account Partner Reconcile.
|
||||
"""
|
||||
""" Tests for Account Partner Reconcile."""
|
||||
|
||||
def setUp(self):
|
||||
super(TestAccountPartnerReconcile, self).setUp()
|
||||
|
||||
Reference in New Issue
Block a user