diff --git a/account_menu_usability/__init__.py b/account_menu_usability/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/account_menu_usability/__manifest__.py b/account_menu_usability/__manifest__.py new file mode 100644 index 0000000..851328a --- /dev/null +++ b/account_menu_usability/__manifest__.py @@ -0,0 +1,18 @@ +# 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': True, +} diff --git a/account_menu_usability/views/account_menu.xml b/account_menu_usability/views/account_menu.xml new file mode 100644 index 0000000..2037951 --- /dev/null +++ b/account_menu_usability/views/account_menu.xml @@ -0,0 +1,20 @@ + + + + + + + + + Accounting Templates + + + + +