[IMP]mail_ux: Test email server connection from the UI#394
Closed
JrAdhoc wants to merge 1 commit intoingadhoc:18.0from
Closed
[IMP]mail_ux: Test email server connection from the UI#394JrAdhoc wants to merge 1 commit intoingadhoc:18.0from
JrAdhoc wants to merge 1 commit intoingadhoc:18.0from
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Este PR introduce una opción en la UI para probar un servidor SMTP enviando un email de prueba desde el formulario de Servidor de correo saliente.
Changes:
- Añade un wizard (
mail.server.test.wizard) que construye y envía un email de prueba vía SMTP. - Extiende
ir.mail_serverpara probar conexión y abrir el wizard desde el formulario. - Incorpora vistas XML, permisos (ACL) y actualiza el manifest para cargar los nuevos recursos.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| mail_ux/wizard/mail_server_test_wizard.py | Wizard para enviar email de prueba conectando por SMTP. |
| mail_ux/wizard/mail_server_test_wizard_views.xml | Vista formulario del wizard (destinatario + botones). |
| mail_ux/wizard/init.py | Export del wizard en el paquete wizard. |
| mail_ux/views/ir_mail_server_views.xml | Añade botón “Enviar mail de prueba” en ir.mail_server. |
| mail_ux/security/ir.model.access.csv | ACL del wizard. |
| mail_ux/models/ir_mail_server.py | Acción en ir.mail_server para testear conexión y abrir wizard. |
| mail_ux/models/init.py | Import del nuevo modelo ir_mail_server. |
| mail_ux/manifest.py | Incluye seguridad y vistas nuevas en data. |
| mail_ux/init.py | Import del paquete wizard. |
Contributor
|
@roboadhoc r+ bump |
roboadhoc
pushed a commit
that referenced
this pull request
Apr 17, 2026
closes #394 Signed-off-by: Augusto Weiss <awe@adhoc.com.ar>
roboadhoc
added a commit
that referenced
this pull request
Apr 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

No description provided.