how can i use a search function to implement a simple join sql query like :
select a.value1 from table1 a, table2 b where b.id = a.b_id
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
how can i use a search function to implement a simple join sql query like :
select a.value1 from table1 a, table2 b where b.id = a.b_id
you can use domain as: [('b_id.id', '=', <ID>)]
can you be more precise? i d'ont understand.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up