server-env/server_environment_iap/__manifest__.py

17 lines
494 B
Python

# Copyright 2021 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Server Environment IAP Account",
"summary": """
Override IAP Accounts from server environment file""",
"version": "14.0.1.0.0",
"license": "AGPL-3",
"author": "Camptocamp, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/server-env",
"depends": ["iap", "server_environment"],
"data": [
"views/iap_views.xml",
],
}