[MIG] account_partner_reconcile: Migration to 13.0

This commit is contained in:
mreficent
2020-01-29 13:22:40 +01:00
committed by jcoux
parent 9278512cbc
commit a007cb0fa9
10 changed files with 27 additions and 38 deletions

View File

@@ -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

View File

@@ -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()