mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[ADD] module account_statement_base
This module contains the views of account.bank.statement.line, which have been removed from the account module in Odoo v16
This commit is contained in:
17
account_statement_base/__manifest__.py
Normal file
17
account_statement_base/__manifest__.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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,
|
||||
}
|
||||
Reference in New Issue
Block a user