mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
15 lines
479 B
Python
15 lines
479 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"],
|
|
"data": ["views/res_partner_view.xml"],
|
|
"installable": True,
|
|
}
|