mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
![]() When build errors are merged together, the builds of the merged errors should be moved to the only error that will be kept. It 's not the case because the merge method is assigning a compute field and moreover it was hidden in the tests because the compute was not triggered. With this commit, the build_error_link is updated to point to the new error. The test is modified to properly check the case and also to add a case when the link already exists. The access rights are updated to allow admin to unlink the build_error_link records. Otherwise the action could fail when the link already exists. |
||
---|---|---|
.. | ||
controllers | ||
data | ||
documentation | ||
example_scripts | ||
migrations | ||
models | ||
security | ||
static/src | ||
templates | ||
tests | ||
views | ||
wizards | ||
__init__.py | ||
__manifest__.py | ||
common.py | ||
container.py | ||
fields.py |