You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
856 B
25 lines
856 B
# 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": "13.0.1.2.0",
|
|
"category": "Accounting & Finance",
|
|
"summary": "OCA Financial Reports",
|
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/account-financial-reporting",
|
|
"license": "AGPL-3",
|
|
"depends": ["account"],
|
|
"external_dependencies": {"python": ["dateutil"]},
|
|
"data": [
|
|
"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,
|
|
}
|