Files
reporting-engine/report_company_details_translatable/__manifest__.py
2022-12-28 16:01:04 +06:30

13 lines
413 B
Python

# Copyright 2022 Quartile Limited
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Report Company Details Translatable",
"version": "16.0.1.0.0",
"category": "Reporting",
"website": "https://github.com/OCA/reporting-engine",
"license": "AGPL-3",
"author": "Quartile Limited, Odoo Community Association (OCA)",
"depends": ["base"],
"installable": True,
}