When I create a new contact or add a new Vendor/Company I have seen that Odoo add an avatar everytime with a different background, this is good with a few contacts but with 50 like in my case I have a tetris instead of an agenda.
So I have designed an avatar with a grey background and I want to apply it to every new contact, currently what I have to do is to select the "change image" option every time I create a new contact, but instead I want to apply my avatar with grey background as default.
I have searched along the documentation but haven't found nothing about, I have also inspected with the console and surprisingly the <img src=""> field is populated by an URL http://10.0.0.3:8069/web/image model=res.partner&field=image_small&id=152&unique=20151209110430
I don't understand what parameter I have to set to take my avatar with grey image as default.
The second question I made is regarding invoices and quotes PDF, does Odoo support SVG to avoid pixelated company logo on PDF? This question is also related to top left company logo that I have added in the dashboard, my company logo in PNG looks perfect since I have exported it from Adobe Illustrator in size 1280x270, but in Odoo is pixelated.
Marcos