mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
17 lines
586 B
Python
17 lines
586 B
Python
# Copyright 2021 Tecnativa - Víctor Martínez
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Account Reconciliation Widget Due Date",
|
|
"version": "13.0.1.0.1",
|
|
"website": "https://github.com/OCA/account-reconcile",
|
|
"author": "Tecnativa, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"application": False,
|
|
"installable": True,
|
|
"depends": ["account"],
|
|
"maintainers": ["victoralmau"],
|
|
"development_status": "Production/Stable",
|
|
"data": ["views/account_bank_statement_line_view.xml", "views/assets.xml"],
|
|
}
|