From 23d1441f0eab96d40016d16ff0e6ded2a2d45741 Mon Sep 17 00:00:00 2001 From: mreficent Date: Wed, 29 Jan 2020 14:53:43 +0100 Subject: [PATCH] [MIG] account_payment_purchase: Migration to 13.0 --- account_payment_mode/tests/__init__.py | 1 - account_payment_mode/tests/test_account_payment_mode.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/account_payment_mode/tests/__init__.py b/account_payment_mode/tests/__init__.py index 6c4ef2b5d..a0637883a 100644 --- a/account_payment_mode/tests/__init__.py +++ b/account_payment_mode/tests/__init__.py @@ -1,3 +1,2 @@ -# © 2017 Eficent Business and IT Consulting Services S.L. # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). from . import test_account_payment_mode diff --git a/account_payment_mode/tests/test_account_payment_mode.py b/account_payment_mode/tests/test_account_payment_mode.py index b5e5337df..30eb71b4e 100644 --- a/account_payment_mode/tests/test_account_payment_mode.py +++ b/account_payment_mode/tests/test_account_payment_mode.py @@ -1,4 +1,4 @@ -# © 2016 Eficent Business and IT Consulting Services S.L. +# © 2016 ForgeFlow S.L. # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). from odoo.exceptions import ValidationError