Files
testserver/mailcatcher_menu/__manifest__.py

27 lines
621 B
Python

# -*- coding: utf-8 -*-
{
'name': "mailcatcher_menu",
'summary': """
Add menu-item to local mailcatcher""",
'description': """
Add menu-item to local mailcatcher
""",
'author': "Open2bizz",
'website': "http://www.open2bizz.tech",
'category': 'Tools',
'license': "AGPL-3",
'version': '19.0.1.0.0',
'module_type': 'official',
'depends': ['mail','base',],
'data': [
'wizard/install_warning_wizard_view.xml',
'views/views.xml',
'data/data.xml',
'security/ir.model.access.csv',
],
'post_init_hook': 'post_init_hook',
}