Comment 55 for bug 1073087

Revision history for this message
Moisés López - http://www.vauxoo.com (moylop260) wrote :

Hello Carlos,
You can execute command:
bzr diff openerp/osv/expression.py >expression.py.patch
Can you upload this patch?, please

Rifakat,
The sql sentence I had the same problem
e.g.
"SELECT id, name FROM res_partner WHERE company_id=1 AND FALSE"
The section " AND FALSE" is wrong.
Always give 0 records this query.