mirror of
https://gitlab.com/flectra-community/account-financial-reporting.git
synced 2024-11-15 02:02:04 +00:00
27 lines
909 B
Python
27 lines
909 B
Python
|
# Copyright 2018 ForgeFlow, S.L. (http://www.forgeflow.com)
|
||
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||
|
|
||
|
{
|
||
|
"name": "Partner Statement",
|
||
|
"version": "2.0.1.0.0",
|
||
|
"category": "Accounting & Finance",
|
||
|
"summary": "OCA Financial Reports",
|
||
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
||
|
"website": "https://gitlab.com/flectra-community/account-financial-reporting",
|
||
|
"license": "AGPL-3",
|
||
|
"depends": ["account"],
|
||
|
"external_dependencies": {"python": ["dateutil"]},
|
||
|
"data": [
|
||
|
"security/ir.model.access.csv",
|
||
|
"security/statement_security.xml",
|
||
|
"views/activity_statement.xml",
|
||
|
"views/outstanding_statement.xml",
|
||
|
"views/assets.xml",
|
||
|
"views/aging_buckets.xml",
|
||
|
"views/res_config_settings.xml",
|
||
|
"wizard/statement_wizard.xml",
|
||
|
],
|
||
|
"installable": True,
|
||
|
"application": False,
|
||
|
}
|