server-env/payment_environment/__manifest__.py

17 lines
628 B
Python

# Copyright 2021 Camptocamp SA
# @author Iván Todorovich <ivan.todorovich@gmail.com>
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html)
{
"name": "Payment Acquirers' configuration with server_environment",
"summary": "Configure payment acquirers with server_environment",
"category": "Tools",
"version": "13.0.1.1.0",
"license": "LGPL-3",
"author": "Camptocamp, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/server-env",
"maintainers": ["ivantodorovich"],
"depends": ["payment", "server_environment"],
"data": ["views/payment_acquirer.xml"],
}