mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[IMP] New Line EOF [IMP] Flake8 [ADD] Documentation and Test Cases [IMP] Flake8 [UPD] Update account_reconcile_reconciliation_date.pot [UPD] README.rst
19 lines
592 B
Python
19 lines
592 B
Python
# Copyright (C) 2019, 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": "12.0.1.0.0",
|
|
"depends": ["account"],
|
|
"author": "Open Source Integrators, Odoo Community Association (OCA)",
|
|
"website": "http://www.github.com/OCA/account-reconcile",
|
|
"category": "Finance",
|
|
'license': 'AGPL-3',
|
|
"data": [
|
|
'views/account_invoice.xml',
|
|
'views/account_payment.xml'
|
|
],
|
|
'installable': True,
|
|
}
|