Hi,
As we do this in odoo's python:
cleared_bal = self.env['funds.flow.tree'].search(['|','|',('cust.id),('date_clearance','
same case if i want to find one id in three different columns of a same table and consider every row which has the target id in any of those three column. How I will write a query?
I have checked the internet but they were not helping, may be they were written in django or plain python. Much appreciate the help.