You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can't create a related test. The dropdown with the models and objects is not fullfilled.
To Reproduce
14:
Steps to reproduce the behavior:
Install quality_control_oca
Create a new test and change the type from Generic to Related
Use the dropdown to select a Reference Object
Despite all fields are empty, select, i.e., the second one.
Try to select the second dropdown. An exception is throwed:
Traceback (most recent call last):
File "/opt/odoo/odoo/http.py", line 640, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/opt/odoo/odoo/http.py", line 316, in _handle_exception
raise exception.with_traceback(None) from new_cause
KeyError: '2'
Expected behavior
Either allow to pick a object or not appear at all.
Additional context
Malfunctioning in v12.0 is also reported at #562
There is a commit 494093e deleting the feature from the test part in the 13.0 branch, but the fields in model and view are also present in quality_tool from 12.0 branch.
Should we cherry-pick it to v14 or is it expected that, in addition to inspections, tests can be related?
The text was updated successfully, but these errors were encountered:
There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days.
If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.
Module
quality_control_oca
Describe the bug
Can't create a related test. The dropdown with the models and objects is not fullfilled.
To Reproduce
14:
Steps to reproduce the behavior:
quality_control_oca
Expected behavior
Either allow to pick a object or not appear at all.
Additional context
Malfunctioning in v12.0 is also reported at #562
There is a commit 494093e deleting the feature from the test part in the 13.0 branch, but the fields in model and view are also present in
quality_tool
from 12.0 branch.Should we cherry-pick it to v14 or is it expected that, in addition to inspections, tests can be related?
The text was updated successfully, but these errors were encountered: