mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
![]() In Odoo 13, the cache middleware was modified to straight hit `http.root` assuming it's the Odoo root object. When `http.root` is replaced by a wrapping middleware, the entire thing blows up and shits the bed. Patch up by automatically delegating attribute accesses to the wrapped application (which is probably Root), although why this is not just folded into Root is getting less and less clear. |
||
---|---|---|
forwardport | ||
runbot | ||
runbot_builder | ||
runbot_cla | ||
runbot_merge | ||
.gitignore | ||
conftest.py | ||
README.md | ||
requirements.txt |
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.