mirror of
https://github.com/odoo/runbot.git
synced 2025-03-17 00:15:47 +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) |
||
---|---|---|
.. | ||
__init__.py | ||
common.py | ||
test_branch.py | ||
test_build_config_step.py | ||
test_build_error.py | ||
test_build.py | ||
test_command.py | ||
test_cron.py | ||
test_event.py | ||
test_frontend.py | ||
test_repo.py | ||
test_schedule.py |