# Copyright 2022 Akretion France (http://www.akretion.com) # @author Alexis de Lattre # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { 'name': 'Account Menu Usability', 'version': '14.0.1.0.0', 'category': 'Accounting & Finance', 'license': 'AGPL-3', 'summary': 'Small usability enhancements in account_menu module', 'author': 'Akretion', 'website': 'https://github.com/akretion/odoo-usability', 'depends': ['account_menu'], 'data': [ 'views/account_menu.xml', ], 'installable': False, }