mirror of
https://github.com/odoo/runbot.git
synced 2025-03-16 07:55:45 +07:00
![]() When a build_error active field is changed, the onchange leads to a traceback. Anyway, the onchange was not a good idea as it only reflects UI changes. With this commit, the write method is overwritten to change the child_ids active fields too. Also, the active_test context is used to correctly compute the childs_ids and children_build_ids. A test is also added for all that. |
||
---|---|---|
forwardport | ||
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.