Reviewers: ,
Please review this at http://codereview.tryton.org/23003/ Affected files: M trytond/model/modelview.py Index: trytond/model/modelview.py =================================================================== --- a/trytond/model/modelview.py +++ b/trytond/model/modelview.py @@ -131,7 +131,7 @@ cursor.execute('SELECT arch, field_childs, id, type, ' \ 'inherit, model ' \ 'FROM ir_ui_view ' \ - 'WHERE model = %s AND type = %s' \ + 'WHERE model = %s AND type = %s ' \ 'ORDER BY inherit DESC, priority ASC, id ASC', (self._name, view_type)) sql_res = cursor.fetchone() -- [email protected] mailing list
