mirror of
https://gitlab.com/flectra-community/account-financial-reporting.git
synced 2024-11-14 09:42:05 +00:00
25 lines
817 B
Python
25 lines
817 B
Python
# Copyright 2019 ADHOC SA
|
|
# Copyright 2021 Tecnativa - Pedro M. Baeza
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "MIS Builder Cash Flow",
|
|
"version": "2.0.1.0.2",
|
|
"license": "AGPL-3",
|
|
"author": "ADHOC SA, " "Odoo Community Association (OCA)",
|
|
"website": "https://gitlab.com/flectra-community/account-financial-reporting",
|
|
"depends": ["mis_builder"],
|
|
"data": [
|
|
"security/mis_cash_flow_security.xml",
|
|
"report/mis_cash_flow_views.xml",
|
|
"views/mis_cash_flow_forecast_line_views.xml",
|
|
"views/account_account_views.xml",
|
|
"data/mis_report_style.xml",
|
|
"data/mis_report.xml",
|
|
"data/mis_report_instance.xml",
|
|
],
|
|
"installable": True,
|
|
"maintainers": ["jjscarafia"],
|
|
"development_status": "Beta",
|
|
}
|