l10n-switzerland-flectra/server_env_ebill_paynet/__manifest__.py

14 lines
448 B
Python
Raw Normal View History

2021-06-30 06:38:22 +00:00
# Copyright 2020 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
{
"name": "Server environment for Ebill Paynet",
2021-06-30 06:39:40 +00:00
"version": "2.0.1.0.0",
"author": "Camptocamp,Odoo Community Association (OCA), 2BIT GmbH",
2021-06-30 06:38:22 +00:00
"license": "AGPL-3",
"category": "Tools",
"depends": ["server_environment", "ebill_paynet"],
2021-06-30 06:39:40 +00:00
"website": "https://gitlab.com/flectra-community/flectra",
2021-06-30 06:38:22 +00:00
"installable": True,
}