mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
This module contains the views of account.bank.statement.line, which have been removed from the account module in Odoo v16
18 lines
618 B
Python
18 lines
618 B
Python
# Copyright 2023 Akretion France (http://www.akretion.com/)
|
|
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Bank Statement Base",
|
|
"version": "16.0.1.0.0",
|
|
"category": "Accounting",
|
|
"license": "AGPL-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,
|
|
}
|