mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
17 lines
539 B
Python
17 lines
539 B
Python
# Copyright 2020 Camptocamp
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "Bank Statement Journal Items",
|
|
"summary": "Add Journal Items button in the bank statements",
|
|
"version": "13.0.1.0.1",
|
|
"depends": ["account"],
|
|
"author": "Camptocamp, Odoo Community Association (OCA)",
|
|
"website": "http://www.github.com/OCA/account-reconcile",
|
|
"category": "Finance",
|
|
"data": ["views/bank_statement.xml"],
|
|
"license": "AGPL-3",
|
|
"auto_install": False,
|
|
"installable": True,
|
|
}
|