mirror of
https://gitlab.com/flectra-community/account-financial-reporting.git
synced 2024-11-14 09:42:05 +00:00
23 lines
778 B
Python
23 lines
778 B
Python
# Copyright 2020 Hunki Enterprises BV
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Profit & Loss / Balance sheet MIS templates",
|
|
"version": "2.0.1.1.0",
|
|
"license": "AGPL-3",
|
|
"author": "Hunki Enterprises BV,Odoo Community Association (OCA)",
|
|
"website": "https://gitlab.com/flectra-community/account-financial-reporting",
|
|
"category": "Localization",
|
|
"depends": ["mis_builder"],
|
|
"data": [
|
|
"data/mis_report_style.xml",
|
|
"data/mis_report.xml",
|
|
"data/mis_report_kpi.xml",
|
|
"data/mis_report_subreport.xml",
|
|
"views/mis_report_instance_views.xml",
|
|
"views/templates.xml",
|
|
],
|
|
"qweb": ["static/src/xml/mis_template_financial_report.xml"],
|
|
"maintainers": ["hbrunn"],
|
|
}
|