server-env/server_environment_delivery/__manifest__.py

16 lines
563 B
Python

# Copyright 2020 Camptocamp SA
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl)
{
"name": "Server Environment Delivery",
"summary": "Configure prod environment for delivery carriers",
"version": "13.0.1.0.0",
"development_status": "Alpha",
"category": "Operations/Inventory/Delivery",
"website": "https://github.com/OCA/server-env",
"author": "Camptocamp, Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": ["delivery", "server_environment"],
}