Files
testserver/mailcatcher_menu/__manifest__.py

23 lines
467 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': 'Uncategorized',
'version': '17.5',
'module_type': 'official',
'depends': ['mail','base',],
'data': [
'views/views.xml',
'data/data.xml'
],
}