[RFR] l10n_nl_mis_reports -> mis_template_financial_report
This commit is contained in:
committed by
Geraldo Lopez
parent
2b279ca0a1
commit
de2c0857c1
21
mis_template_financial_report/__manifest__.py
Normal file
21
mis_template_financial_report/__manifest__.py
Normal file
@@ -0,0 +1,21 @@
|
||||
# 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": "12.0.1.1.0",
|
||||
"license": "AGPL-3",
|
||||
"author": "Hunki Enterprises BV,Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/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/templates.xml",
|
||||
],
|
||||
"qweb": ["static/src/xml/mis_template_financial_report.xml"],
|
||||
"maintainers": ["hbrunn"],
|
||||
}
|
||||
Reference in New Issue
Block a user