[19.0][MIG] fetchmail_notify_error_to_sender: Migration to 19.0#3604
[19.0][MIG] fetchmail_notify_error_to_sender: Migration to 19.0#3604CRogos wants to merge 29 commits into
Conversation
* [FIX] auth_from_http_remote_user - Lint * [FIX] server_environment - Lint * [FIX] base_module_doc_rst - Lint * [FIX] fetchmail_notify_error_to_sender - Fix XML view, it was the 'active' field from 'fetchmail_attach_from_folder' module which was targeted by mistake (belonging to another data model)
…template tech. msg issue
Currently translated at 100.0% (6 of 6 strings) Translation: server-tools-12.0/server-tools-12.0-fetchmail_notify_error_to_sender Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-fetchmail_notify_error_to_sender/zh_CN/
Currently translated at 100.0% (6 of 6 strings) Translation: server-tools-12.0/server-tools-12.0-fetchmail_notify_error_to_sender Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-fetchmail_notify_error_to_sender/pt_BR/
[FIX] fetchmail_notify_error_to_sender: Bug fix flake8 [FIX] fetchmail_notify_error_to_sender: Bug fix flake8
Currently translated at 100.0% (7 of 7 strings) Translation: server-tools-15.0/server-tools-15.0-fetchmail_notify_error_to_sender Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-fetchmail_notify_error_to_sender/es_AR/
Currently translated at 44.4% (4 of 9 strings) Translation: server-tools-15.0/server-tools-15.0-fetchmail_notify_error_to_sender Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-fetchmail_notify_error_to_sender/it/
Currently translated at 100.0% (7 of 7 strings) Translation: server-tools-15.0/server-tools-15.0-fetchmail_notify_error_to_sender Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-fetchmail_notify_error_to_sender/es_AR/
Currently translated at 100.0% (12 of 12 strings) Translation: server-tools-15.0/server-tools-15.0-fetchmail_notify_error_to_sender Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-fetchmail_notify_error_to_sender/es_AR/
Currently translated at 100.0% (12 of 12 strings) Translation: server-tools-15.0/server-tools-15.0-fetchmail_notify_error_to_sender Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-fetchmail_notify_error_to_sender/es/
[FIX] Changed depends module Added test scripts Updated test scripts
Currently translated at 100.0% (12 of 12 strings) Translation: server-tools-18.0/server-tools-18.0-fetchmail_notify_error_to_sender Translate-URL: https://translation.odoo-community.org/projects/server-tools-18-0/server-tools-18-0-fetchmail_notify_error_to_sender/it/
Currently translated at 100.0% (12 of 12 strings) Translation: server-tools-18.0/server-tools-18.0-fetchmail_notify_error_to_sender Translate-URL: https://translation.odoo-community.org/projects/server-tools-18-0/server-tools-18-0-fetchmail_notify_error_to_sender/de/
|
@CRogos If the goal is to handle emails sent to the catchall address without a matching alias, this would require a different approach than relying on ValueError, since it is no longer a reliable signal. Alternatively, this might already be better addressed on Odoo side: the default notification email is a bit misleading, as it suggests the catchall is only for replies, even when emails are sent to unknown aliases. Adjusting that wording could improve clarity without additional custom logic. |
@NICO-SOLUTIONS could you test?