mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[14.0][ADD] bank_statement_check_number
This commit is contained in:
17
bank_statement_check_number/__manifest__.py
Normal file
17
bank_statement_check_number/__manifest__.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# Copyright 2021 Ecosoft Co., Ltd. (http://ecosoft.co.th)
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
"name": "Bank Statement Check Number",
|
||||
"summary": "Add the check number in the bank statements",
|
||||
"version": "14.0.1.0.0",
|
||||
"depends": ["account_move_line_check_number"],
|
||||
"author": "Ecosoft, Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/account-reconcile",
|
||||
"category": "Accounting & Finance",
|
||||
"data": ["views/account_bank_statement_views.xml"],
|
||||
"license": "AGPL-3",
|
||||
"installable": True,
|
||||
"development_status": "Alpha",
|
||||
"maintainers": ["ps-tubtim"],
|
||||
}
|
||||
Reference in New Issue
Block a user