[NEW] Automatic install mailhog. Mailhog integration in Odoo

This commit is contained in:
Thomas Pot
2026-06-03 14:02:37 +02:00
parent 01c79fcfff
commit 3da7ae2cb8
13 changed files with 268 additions and 44 deletions

View File

@@ -17,7 +17,10 @@
'module_type': 'official',
'depends': ['mail','base',],
'data': [
'wizard/install_warning_wizard_view.xml',
'views/views.xml',
'data/data.xml'
'data/data.xml',
'security/ir.model.access.csv',
],
'post_init_hook': 'post_init_hook',
}