mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
25 lines
779 B
Python
25 lines
779 B
Python
# Copyright 2020 Ozono Multimedia - Iván Antón
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "account_reconciliation_widget",
|
|
"version": "14.0.1.0.0",
|
|
"category": "Accounting",
|
|
"license": "AGPL-3",
|
|
"summary": "Account reconciliation widget",
|
|
"author": "Odoo, Ozono Multimedia, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/account-reconcile",
|
|
"depends": ["account"],
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"views/assets.xml",
|
|
"views/account_view.xml",
|
|
"views/account_bank_statement_view.xml",
|
|
"views/account_journal_dashboard_view.xml",
|
|
],
|
|
"qweb": [
|
|
"static/src/xml/account_reconciliation.xml",
|
|
],
|
|
"installable": True,
|
|
}
|