mirror of
https://github.com/odoo/runbot.git
synced 2025-03-16 16:05:42 +07:00
![]() With this commit, a new model is introduced to facilitate the tracking of the build errors. Its based on an SQL view (Thanks @Xavier-Do), that way, there is no new table in DB and this view is also useful from the PSQL CLI. In the UI, the search for errors easier than manipulate the ir_logging view because the builds informations can be used in search and filters. |
||
---|---|---|
runbot | ||
runbot_cla | ||
runbot_merge | ||
.gitignore | ||
conftest.py | ||
README.md |
Odoo Runbot Repository
This repository contains the source code of Odoo testing bot runbot.odoo.com and related addons.
Runbot
The runbot/
directory holds the main runbot Odoo addon.
Runbot CLA addon
The runbot_cla/
directory contains an Odoo addon that checks CLA.