-
- Downloads
[FIX] base: Fix condition on selection field always evaluating to True
Part/Fix of commit #e5796429 Issue The condition `default_type not in self._fields['type'].selection` always evaluate to True as the selection is list of (key, value) tuples. Solution Replace the tuples by a list of possible values. opw-2256905 closes odoo/odoo#52501 X-original-commit: 1b21c674 Signed-off-by:Nicolas Martinelli (nim) <nim@odoo.com> Signed-off-by:
bon-odoo <nboulif@users.noreply.github.com>
Please register or sign in to comment