-
- Downloads
[FIX] web: widget char_domain should pass context to selection dialog
In case we define a field like, <field name="my_domain" widget="char_domain" context="{'active_test': False}"/> when selecting records the dialog should display all records (as asked by the context), but it's not the case. This commit ensure the field context is passed to the selection dialog. opw-1831902
Please register or sign in to comment