Create and configure automatically your Odoo database
Posted on March 30, 2016 in blog • Tagged with odoo, rpc, odoorpc • Leave a comment
When developing an Odoo project, it is very helpful to bootstrap a completely new database from scratch, for instance:
- to deploy a new development environment
- generate builds inside a Continuous Integration system
- replay a data import on a clean database
- ...
By bootstraping, I mean create the database and configure it ...
Continue reading