mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
![]() * split action_cancel (UI button) from cancel (internal): since the xhr mapping is weird, if there are available args the mapper thinks it should pass the call context as reason which is unexpected * make cancel a no-op when called on already inactive stagings * make cancel work when called on multiple statgings * make computing the active staging work properly in an active_test=False context (e.g. when it's interacted with from the form view because that comes from the list view which is active_test=False, probably so we can see not just the stagings but recursively see deactivated batches in deactivated stagings) * don't show the cancel button on inactive stagings |
||
---|---|---|
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.