-
- Downloads
[FIX] openerp: fix traceback when no field in constrains
In case you don't have 'field', the first 'if' will raise a warning. In this case the second 'if' will crash with: "'NoneType' object has no attribute 'store'" This commit closes #16146 Courtesy of @kmetaxas
Loading
Please register or sign in to comment