mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
20 lines
597 B
Python
20 lines
597 B
Python
# Copyright (C) 2021 Open Source Integrators
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Account Move Line Menu",
|
|
"version": "14.0.1.0.0",
|
|
"author": "Open Source Integrators, Odoo Community Association (OCA)",
|
|
"summary": "Adds a Journal Items menu",
|
|
"website": "https://github.com/OCA/account-financial-tools",
|
|
"license": "AGPL-3",
|
|
"depends": ["account"],
|
|
"category": "Accounting",
|
|
"data": [
|
|
"views/account_menu_views.xml",
|
|
],
|
|
"installable": True,
|
|
"maintainer": "dreispt",
|
|
"development_status": "Beta",
|
|
}
|