mirror of
https://github.com/odoo/runbot.git
synced 2025-03-16 07:55:45 +07:00
![]() ORM does not support non_searchable.non_stored dependency. thus, the closest_sticky.previous_version dependency will log an error when previous_version is written. this dependency is usefull to make the compute recursive, avoiding to have both record and record.closest_sticky in self, in that order, making the record.previous_version empty in all cases. Writing self on sticky will mitigate the problem. but it is still posible to have computation errors if defined_sticky is not sticky. (which is not a normal use case) |
||
---|---|---|
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.