FIX dev_menu: black

This commit is contained in:
David Beal
2023-03-23 13:55:37 +01:00
parent d6cf5f82e7
commit d2cf9b73d8

View File

@@ -1,12 +1,12 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{ {
'name': 'Developer Menu', "name": "Developer Menu",
'version': '12.0.0.0.0', "version": "14.0.0.0.0",
'category': 'Tools', "category": "Tools",
'license': 'AGPL-3', "license": "AGPL-3",
'summary': "Menu Shortcut for developer usage", "summary": "Menu Shortcut for developer usage",
'description': """ "description": """
Developer menu Developer menu
============== ==============
@@ -21,11 +21,13 @@ near `Technical` menu
This module has been written by David Béal This module has been written by David Béal
from Akretion <david.beal@akretion.com>. from Akretion <david.beal@akretion.com>.
""", """,
'author': 'Akretion', "author": "Akretion",
'website': 'http://www.akretion.com', "website": "https://www.akretion.com",
'depends': ['mail'], "depends": [
'data': [ "mail",
'menu_view.xml'
], ],
'installable': False, "data": [
"menu_view.xml",
],
"installable": True,
} }