account-financial-reporting/account_financial_report_sale/__manifest__.py

17 lines
573 B
Python

# Copyright 2024 Tecnativa - Carolina Fernandez
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Account Financial Reports Sale",
"version": "16.0.1.0.0",
"category": "Reporting",
"summary": "OCA Financial Reports Sale",
"author": "Tecnativa," "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/account-financial-reporting",
"depends": ["account_financial_report", "sale"],
"data": [],
"installable": True,
"application": True,
"auto_install": False,
"license": "AGPL-3",
}