server-env/iap_alternative_provider_en.../__manifest__.py

20 lines
765 B
Python

# 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).
{
"name": "IAP Alternative Provider Environment",
"summary": "Base module for providing alternative provider environment for iap apps",
"version": "15.0.1.0.0",
"category": "Tools",
"website": "https://github.com/OCA/server-env",
"author": "Moka Tourisme, Odoo Community Association (OCA)",
"maintainers": ["petrus-v"],
"license": "AGPL-3",
"application": False,
"installable": True,
"external_dependencies": {"python": [], "bin": []},
"depends": ["iap_alternative_provider_env", "server_environment"],
"data": [],
"demo": [],
}