[16.0][MIG] iap_alternative_provider: Migration to 16.0
parent
116bc4ae8c
commit
5bd57f88ea
|
@ -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": [],
|
||||
}
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
# Copyright 2022 Moka Tourisme (https://www.mokatourisme.fr).
|
||||
# @author Pierre Verkest <pierreverkest84@gmail.com>
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||
import mock
|
||||
|
||||
from unittest import mock
|
||||
|
||||
from odoo.tests import TransactionCase
|
||||
|
||||
|
|
Loading…
Reference in New Issue