Files
account-reconcile/account_partner_reconcile/__manifest__.py
2023-06-19 09:31:21 +02:00

18 lines
535 B
Python

# Copyright 2017-20 ForgeFlow S.L. (http://www.forgeflow.com)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Account Partner Reconcile",
"version": "14.0.1.0.0",
"category": "Accounting",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/account-reconcile",
"license": "AGPL-3",
"depends": [
"account",
"account_reconciliation_widget",
],
"data": ["views/res_partner_view.xml"],
"installable": True,
}