Hi,
I'm using odoo 8 with supplier portal feature enabled.
But when i logged in as a supplier, i cannot see the invoice that has been issued to me. The invoice already created and validated.
@
[('partner_id','=',user.partner_id.id)]
The first line is the default, and second one is mine. But both not working.
How to allow supplier to see the invoice that has been issued to them?
Thanks in advance.