<p><aclass="reference external"href="https://odoo-community.org/page/development-status"><imgalt="Beta"src="https://img.shields.io/badge/maturity-Beta-yellow.png"/></a><aclass="reference external"href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><imgalt="License: AGPL-3"src="https://img.shields.io/badge/licence-AGPL--3-blue.png"/></a><aclass="reference external"href="https://github.com/OCA/partner-contact/tree/13.0/partner_disable_gravatar"><imgalt="OCA/partner-contact"src="https://img.shields.io/badge/github-OCA%2Fpartner--contact-lightgray.png?logo=github"/></a><aclass="reference external"href="https://translation.odoo-community.org/projects/partner-contact-13-0/partner-contact-13-0-partner_disable_gravatar"><imgalt="Translate me on Weblate"src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png"/></a><aclass="reference external"href="https://runbot.odoo-community.org/runbot/134/13.0"><imgalt="Try me on Runbot"src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png"/></a></p>
<p><aclass="reference external"href="https://odoo-community.org/page/development-status"><imgalt="Beta"src="https://img.shields.io/badge/maturity-Beta-yellow.png"/></a><aclass="reference external"href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><imgalt="License: AGPL-3"src="https://img.shields.io/badge/licence-AGPL--3-blue.png"/></a><aclass="reference external"href="https://github.com/OCA/partner-contact/tree/14.0/partner_disable_gravatar"><imgalt="OCA/partner-contact"src="https://img.shields.io/badge/github-OCA%2Fpartner--contact-lightgray.png?logo=github"/></a><aclass="reference external"href="https://translation.odoo-community.org/projects/partner-contact-14-0/partner-contact-14-0-partner_disable_gravatar"><imgalt="Translate me on Weblate"src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png"/></a><aclass="reference external"href="https://runbot.odoo-community.org/runbot/134/14.0"><imgalt="Try me on Runbot"src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png"/></a></p>
<p>A new feature has been introduced in Odoo v10 in the <em>base</em> module: when you enter an email address in the form view of a partner, Odoo will send a query to <aclass="reference external"href="https://www.gravatar.com/">gravatar.com</a> to get a picture corresponding to the email address.</p>
<p>A new feature has been introduced in Odoo v10 in the <em>base</em> module: when you enter an email address in the form view of a partner, Odoo will send a query to <aclass="reference external"href="https://www.gravatar.com/">gravatar.com</a> to get a picture corresponding to the email address.</p>
<p><aclass="reference external"href="//www.gravatar.com/">Gravatar</a>, which stands for <em>Globally Recognized Avatar</em>, is a website where any user can open an account and register a correspondance between his email address and a picture. That way, his picture/avatar will be automatically set on all websites that are connected to gravatar.com: he won’t have to manually configure his picture/avatar on every website.</p>
<p><aclass="reference external"href="//www.gravatar.com/">Gravatar</a>, which stands for <em>Globally Recognized Avatar</em>, is a website where any user can open an account and register a correspondance between his email address and a picture. That way, his picture/avatar will be automatically set on all websites that are connected to gravatar.com: he won’t have to manually configure his picture/avatar on every website.</p>
<p>In Odoo, when you enter an email address in the form view of a partner (i.e. triggered via the <em>onchange</em> on the <em>email</em> field) and this partner doesn’t have any image yet in Odoo, Odoo will automatically send an HTTPS query to <aclass="reference external"href="https://www.gravatar.com/">www.gravatar.com</a> with an MD5 hash of the email of the partner. If it receives an answer from gravatar.com in the form of a picture within the 5 seconds timeout, it will set this picture on the <em>image</em> field of the partner in Odoo.</p>
<p>In Odoo, when you enter an email address in the form view of a partner (i.e. triggered via the <em>onchange</em> on the <em>email</em> field) and this partner doesn’t have any image yet in Odoo, Odoo will automatically send an HTTPS query to <aclass="reference external"href="https://www.gravatar.com/">www.gravatar.com</a> with an MD5 hash of the email of the partner. If it receives an answer from gravatar.com in the form of a picture within the 5 seconds timeout, it will set this picture on the <em>image</em> field of the partner in Odoo.</p>
@ -395,7 +395,7 @@ ul.auto-toc {
<p>Bugs are tracked on <aclass="reference external"href="https://github.com/OCA/partner-contact/issues">GitHub Issues</a>.
<p>Bugs are tracked on <aclass="reference external"href="https://github.com/OCA/partner-contact/issues">GitHub Issues</a>.
In case of trouble, please check there if your issue has already been reported.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
If you spotted it first, help us smashing it by providing a detailed and welcomed
<p>Do not contact contributors directly about support or help with technical issues.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
</div>
<divclass="section"id="credits">
<divclass="section"id="credits">
@ -419,7 +419,9 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
mission is to support the collaborative development of Odoo features and
promote its widespread use.</p>
promote its widespread use.</p>
<p>This module is part of the <aclass="reference external"href="https://github.com/OCA/partner-contact/tree/13.0/partner_disable_gravatar">OCA/partner-contact</a> project on GitHub.</p>
<p>This module is part of the <aclass="reference external"href="https://github.com/OCA/partner-contact/tree/14.0/partner_disable_gravatar">OCA/partner-contact</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <aclass="reference external"href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
<p>You are welcome to contribute. To learn how please visit <aclass="reference external"href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>