# 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", }