[MiG] port from 19
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
# -*- 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': '15.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',
|
||||
}
|
||||
Reference in New Issue
Block a user