mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
18 lines
546 B
Python
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,
|
|
}
|