14 lines
486 B
Python
14 lines
486 B
Python
# Copyright 2021 Camptocamp SA
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "IAP Account configuration with server_environment",
|
|
"summary": "Configure IAP Account with server_environment_files",
|
|
"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"],
|
|
}
|