hi guys
im newbie in odoo developing , im using odoo 15 , and the ORM method not work properly
i wanna getting product ids with search method in this way :
ids = self.env['product.product'].search([])
print('products ... ', ids)
the out put is expected like this:
products ... [1,2,3,...]
but it gives this in output instead :
products.... products.products(1,)
i don't know why this is happening , how can i solve this problem??? thank you in advanced
Odoo ORM Tutorials
https://www.youtube.com/watch?v=8V-uOG8KkKA&t=0s