[16.0][MIG] iap_alternative_provider: Migration to 16.0
parent
6de58bdbc4
commit
c14559cb68
|
@ -6,7 +6,7 @@
|
||||||
{
|
{
|
||||||
"name": "IAP Alternative Provider",
|
"name": "IAP Alternative Provider",
|
||||||
"summary": "Base module for providing alternative provider for iap apps",
|
"summary": "Base module for providing alternative provider for iap apps",
|
||||||
"version": "15.0.1.0.0",
|
"version": "16.0.1.0.0",
|
||||||
"category": "Tools",
|
"category": "Tools",
|
||||||
"website": "https://github.com/OCA/server-tools",
|
"website": "https://github.com/OCA/server-tools",
|
||||||
"author": "Akretion, Odoo Community Association (OCA)",
|
"author": "Akretion, Odoo Community Association (OCA)",
|
||||||
|
@ -14,8 +14,6 @@
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"application": False,
|
"application": False,
|
||||||
"installable": True,
|
"installable": True,
|
||||||
"external_dependencies": {"python": [], "bin": []},
|
|
||||||
"depends": ["iap"],
|
"depends": ["iap"],
|
||||||
"data": ["views/iap_account_view.xml"],
|
"data": ["views/iap_account_view.xml"],
|
||||||
"demo": [],
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
# Copyright 2022 Moka Tourisme (https://www.mokatourisme.fr).
|
# Copyright 2022 Moka Tourisme (https://www.mokatourisme.fr).
|
||||||
# @author Pierre Verkest <pierreverkest84@gmail.com>
|
# @author Pierre Verkest <pierreverkest84@gmail.com>
|
||||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||||
import mock
|
|
||||||
|
from unittest import mock
|
||||||
|
|
||||||
from odoo.tests import TransactionCase
|
from odoo.tests import TransactionCase
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue