Files
report-print-send/pingen_env/__manifest__.py
Anna Janiszewska 13a979c72b [ADD] pingen_env
2024-03-04 10:22:36 +01:00

18 lines
546 B
Python

# Copyright 2023 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
{
"name": "pingen.com server environment",
"version": "16.0.1.0.0",
"author": "Camptocamp,Odoo Community Association (OCA)",
"maintainers": ["ajaniszewska-dev"],
"license": "AGPL-3",
"category": "Reporting",
"complexity": "easy",
"depends": ["pingen", "server_environment"],
"website": "https://github.com/OCA/report-print-send",
"installable": True,
"auto_install": False,
"application": False,
}