diff --git a/iap_alternative_provider/__manifest__.py b/iap_alternative_provider/__manifest__.py index 7bf1015fd..f785d598e 100644 --- a/iap_alternative_provider/__manifest__.py +++ b/iap_alternative_provider/__manifest__.py @@ -6,7 +6,7 @@ { "name": "IAP Alternative Provider", "summary": "Base module for providing alternative provider for iap apps", - "version": "15.0.1.0.0", + "version": "16.0.1.0.0", "category": "Tools", "website": "https://github.com/OCA/server-tools", "author": "Akretion, Odoo Community Association (OCA)", @@ -14,8 +14,6 @@ "license": "AGPL-3", "application": False, "installable": True, - "external_dependencies": {"python": [], "bin": []}, "depends": ["iap"], "data": ["views/iap_account_view.xml"], - "demo": [], } diff --git a/iap_alternative_provider/tests/test_iap_account.py b/iap_alternative_provider/tests/test_iap_account.py index fced2285c..666eaf50b 100644 --- a/iap_alternative_provider/tests/test_iap_account.py +++ b/iap_alternative_provider/tests/test_iap_account.py @@ -1,7 +1,8 @@ # Copyright 2022 Moka Tourisme (https://www.mokatourisme.fr). # @author Pierre Verkest # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -import mock + +from unittest import mock from odoo.tests import TransactionCase