Added mailhog in v17

This commit is contained in:
2024-04-02 09:08:33 +02:00
parent 624cf8a782
commit 804d7fa6c1
15 changed files with 283 additions and 64 deletions

View File

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