18 lines
623 B
Python
18 lines
623 B
Python
# Copyright 2023 Akretion France (http://www.akretion.com/)
|
|
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
|
|
# Licence LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl-3.0).
|
|
|
|
{
|
|
"name": "Bank Statement Base",
|
|
"version": "16.0.1.1.0",
|
|
"category": "Accounting",
|
|
"license": "LGPL-3",
|
|
"summary": "Base module for Bank Statements",
|
|
"author": "Akretion,Odoo Community Association (OCA)",
|
|
"maintainers": ["alexis-via"],
|
|
"website": "https://github.com/OCA/account-reconcile",
|
|
"depends": ["account"],
|
|
"data": ["views/account_bank_statement_line.xml"],
|
|
"installable": True,
|
|
}
|