Wednesday, June 25, 2025
1 change · saas-18.3
New functionality added to Odoo
A new AI bundle lets users install the full set of core AI capabilities at once instead of selecting each related app separately. This simplifies rollout and keeps existing AI modules stable by adding a new entry point rather than changing their dependencies.
Original PR description
This module depends on all core AI modules (ai, ai_fields, etc.), allowing users to install the full AI suite in one step. It avoids breaking changes in existing modules by introducing a new entry point instead of modifying dependencies retroactively. Also hides the `ai` module from the Apps UI. Note that with this commit we allow to install MANY dependent modules by just installing ai_bundle. task-4855178