OCA / runbot-addons

Odoo Runbot Custom Features to be used by community.
https://odoo-community.org/project/community-maintainers-46
GNU Affero General Public License v3.0
28 stars 95 forks source link

[ADD] runbot_preseed_database #159

Open hbrunn opened 6 years ago

hbrunn commented 6 years ago

This module allows you to have runbot use a database template that already has some modules installed. This allows for much faster builds in case you're only interested in a subset of the tests.

sbidoul commented 6 years ago

@hbrunn talking about pre-seeding databases, you may be interested in click-odoo-initdb.

hbrunn commented 6 years ago

good product placement ;-) but seriously, this looks very nice. I'd like to recycle the runbot machinery here however, so that a database is actually created by a build (and in my case, this build is done by runbot_buildout)