mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
16 lines
564 B
Python
16 lines
564 B
Python
# Copyright (C) 2021, Open Source Integrators
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Account Reconciliation Date",
|
|
"summary": "Track Reconciliation Date of Payments and Invoices",
|
|
"version": "14.0.1.0.0",
|
|
"depends": ["account"],
|
|
"author": "Open Source Integrators, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/account-reconcile",
|
|
"category": "Finance",
|
|
"license": "AGPL-3",
|
|
"data": ["views/account_move.xml", "views/account_payment.xml"],
|
|
"installable": True,
|
|
}
|