I've got a script for creating odoo databases, because nearly all data is the same for every database, only the database name and password (that is auto generated) are different.
I do this by calling the /web/database/create controller. I would like to create my own controller that would after the database is created install the CRM module.
Is there a way to do it?