[18.0] [MIG] ai_automation -> ai_server_action#81
Conversation
Currently translated at 100.0% (27 of 27 strings) Translation: ai-16.0/ai-16.0-ai_automation Translate-URL: https://translation.odoo-community.org/projects/ai-16-0/ai-16-0-ai_automation/it/
Currently translated at 100.0% (27 of 27 strings) Translation: ai-16.0/ai-16.0-ai_automation Translate-URL: https://translation.odoo-community.org/projects/ai-16-0/ai-16-0-ai_automation/pt_BR/
- Renamed module from ai_automation to ai_server_action - Removed ai_connection model (now in base ai_connection module) - Added output modes: post_message, update_record, store_variable, none - Added markdown rendering support for HTML fields - Added template variable support via Qweb - Rewrote tests using FakeModelLoader pattern (no real API calls)
6cfe6d3 to
622b6a2
Compare
|
Please keep the previous name for consistency across versions, and allowing to be broader. |
Thanks for the heads-up. This name change is already reflected in the current roadmap #73 . In any case, we are still reviewing the approach to see if a migration script is necessary or how exactly we should handle it, whether through a direct change or by creating a migration script. |
|
Additionally, regarding the commit order, it might be better to split it. We could first do the migration and adaptation work to version 18 relying on the connection, and then handle the name change in a separate, subsequent commit. This way, the actual changes between versions would be much easier to track and review. |
[MIG] ai_automation -> ai_server_action: migration to 18.0
Depends on #77