Daily updates from Odoo
Monday, September 8, 2025
1 change · master
Resolved issues and error corrections
The AI module will now only install automatically when the required database support is available. This avoids setup problems for Odoo installations on systems that do not have pgvector installed, reducing deployment friction.
Original PR description
Since https://github.com/odoo/enterprise/pull/93271, the ai module is auto_install. This however introduce problems because most computers running odoo doesn't have pgvector installed. In this PR, we're now conditionally auto installing the ai module by introducing this new module with the same dependency as the ai module.