Add mailcatcher menu

This commit is contained in:
2024-02-23 12:45:03 +01:00
parent 0f63eb4f78
commit cc6e5e4eec
13 changed files with 239 additions and 66 deletions

View File

@@ -0,0 +1,23 @@
# -*- 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': '0.1',
'depends': ['web_environment_ribbon', 'mail','base',],
'data': [
'views/views.xml',
],
#'demo': [
# 'demo/demo.xml',
#],
}