2021-09-13 18:29:57 +02:00
|
|
|
# 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",
|
2023-11-20 09:14:08 +01:00
|
|
|
"version": "16.0.1.0.1",
|
2021-09-13 18:29:57 +02:00
|
|
|
"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"],
|
|
|
|
}
|