This question has been flagged
1 Reply
3413 Views

hello,

I am trying to export a the list of customers from odoo. Is there anyway to differntiate res.partner objects so that I can just select the customers and not teh supplier or anything else?

Thanks

 Peter

Avatar
Discard
Best Answer

Jup.. res_partner model have boolean attributes : supplier and customer wich can be used in filter ( or advanced filter)
And then you can export only selected partners (select all after applying filter will do the trick) 

 

hope it helps

Avatar
Discard