2
0
account-financial-tools/account_move_line_check_number/__manifest__.py
2023-11-20 08:14:08 +00:00

18 lines
635 B
Python

# Copyright 2021 Ecosoft Co., Ltd. (http://ecosoft.co.th)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Account Move Line Check Number",
"version": "16.0.1.0.1",
"author": "Ecosoft, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/account-financial-tools",
"license": "AGPL-3",
"category": "Accounting & Finance",
"summary": "Add the check number in the journal items",
"depends": ["account_check_printing"],
"data": ["views/account_move_views.xml"],
"installable": True,
"development_status": "Alpha",
"maintainers": ["ps-tubtim"],
}