forked from Techsystech/web
Before this patch, when searching with the "equals to" operator in any x2many field, the searched parameter was always `undefined`. The problem was that the underlying field manager implementation was treating those fields as x2many, while the widget used was the `one2many` one. This patch simply mocks the underlying fake record to make think that any relational field is always a `one2many`. This sets all pieces in place and makes the field manager work as expected, and thus you can search as expected too. |
||
---|---|---|
setup | ||
web_advanced_search | ||
web_decimal_numpad_dot | ||
web_dialog_size | ||
web_domain_field | ||
web_environment_ribbon | ||
web_ir_actions_act_view_reload | ||
web_no_bubble | ||
web_notify | ||
web_responsive | ||
web_tree_many2one_clickable | ||
web_widget_bokeh_chart | ||
web_widget_image_download | ||
web_widget_url_advanced | ||
web_widget_x2many_2d_matrix | ||
web_widget_x2many_2d_matrix_example | ||
.editorconfig | ||
.eslintrc.yml | ||
.flake8 | ||
.gitignore | ||
.isort.cfg | ||
.pre-commit-config.yaml | ||
.prettierrc.yml | ||
.pylintrc | ||
.pylintrc-mandatory | ||
.travis.yml | ||
README.md | ||
requirements.txt |