26 lines
719 B
Python
26 lines
719 B
Python
# Copyright 2025 Elabore
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Account Usability Misc",
|
|
"version": "18.0.1.0.0",
|
|
"summary": "Various changes to improve the usability of Account application",
|
|
"author": "Elabore",
|
|
"website": "https://git.elabore.coop/elabore/account-tools",
|
|
"license": "AGPL-3",
|
|
"category": "Accounting",
|
|
"depends": [
|
|
"account",
|
|
"account_reconcile_oca",
|
|
"account_statement_base",
|
|
],
|
|
"data": [
|
|
"views/account_search.xml",
|
|
"views/account_tree_view.xml",
|
|
"views/bank_statement_line_views.xml",
|
|
],
|
|
"installable": True,
|
|
"auto_install": False,
|
|
"application": False,
|
|
}
|