odoo-addon-partner-disable-gravatar


Nameodoo-addon-partner-disable-gravatar JSON
Version 18.0.1.0.0.2 PyPI version JSON
download
home_pagehttps://github.com/OCA/partner-contact
SummaryDisable automatic connection to gravatar.com
upload_time2025-02-17 22:58:07
maintainerNone
docs_urlNone
authorAkretion, Odoo Community Association (OCA)
requires_python>=3.10
licenseAGPL-3
keywords
VCS
bugtrack_url
requirements email-validator phonenumbers
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ========================
Partner Disable Gravatar
========================

.. 
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! This file is generated by oca-gen-addon-readme !!
   !! changes will be overwritten.                   !!
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! source digest: sha256:c7df667e1ad865a31e8f1055e6cdf995dae81a03ce92aa24df9a140beb66112f
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
    :target: https://odoo-community.org/page/development-status
    :alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
    :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
    :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpartner--contact-lightgray.png?logo=github
    :target: https://github.com/OCA/partner-contact/tree/18.0/partner_disable_gravatar
    :alt: OCA/partner-contact
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
    :target: https://translation.odoo-community.org/projects/partner-contact-18-0/partner-contact-18-0-partner_disable_gravatar
    :alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
    :target: https://runboat.odoo-community.org/builds?repo=OCA/partner-contact&target_branch=18.0
    :alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

A new feature has been introduced in Odoo v10 in the *base* module: when
you enter an email address in the form view of a partner, Odoo will send
a query to `gravatar.com <https://www.gravatar.com/>`__ to get a picture
corresponding to the email address.

`Gravatar <//www.gravatar.com/>`__, which stands for *Globally
Recognized Avatar*, 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.

In Odoo, when you enter an email address in the form view of a partner
(i.e. triggered via the *onchange* on the *email* field) and this
partner doesn't have any image yet in Odoo, Odoo will automatically send
an HTTPS query to `www.gravatar.com <http://www.gravatar.com>`__ 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 *image* field of the partner in Odoo.

Some people may consider it as a cool feature to easily get picture on
partners with no effort.

But other people may consider this as an annoying feature that adds
unnecessary network trafic or, worse, as a leak of information. With
this feature, gravatar.com is notified of all the email addresses added
in the Odoo database, so it may be considered as a leak of information
to a third party company (gravatar.com is operated by `Automattic
Inc. <https://automattic.com/contact/>`__, an American company). The
problem is that there is no way to disable this feature via a
configuration parameter of Odoo. This module brings a solution to this
problem: once installed, it disables the feature.

**Table of contents**

.. contents::
   :local:

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/partner-contact/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/partner-contact/issues/new?body=module:%20partner_disable_gravatar%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
-------

* Akretion

Contributors
------------

- Alexis de Lattre <alexis.delattre@akretion.com>

Maintainers
-----------

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
   :alt: Odoo Community Association
   :target: https://odoo-community.org

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

.. |maintainer-alexis-via| image:: https://github.com/alexis-via.png?size=40px
    :target: https://github.com/alexis-via
    :alt: alexis-via

Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-alexis-via| 

This module is part of the `OCA/partner-contact <https://github.com/OCA/partner-contact/tree/18.0/partner_disable_gravatar>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/OCA/partner-contact",
    "name": "odoo-addon-partner-disable-gravatar",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Akretion, Odoo Community Association (OCA)",
    "author_email": "support@odoo-community.org",
    "download_url": null,
    "platform": null,
    "description": "========================\nPartner Disable Gravatar\n========================\n\n.. \n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! This file is generated by oca-gen-addon-readme !!\n   !! changes will be overwritten.                   !!\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! source digest: sha256:c7df667e1ad865a31e8f1055e6cdf995dae81a03ce92aa24df9a140beb66112f\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n\n.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n    :target: https://odoo-community.org/page/development-status\n    :alt: Beta\n.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n    :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n    :alt: License: AGPL-3\n.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpartner--contact-lightgray.png?logo=github\n    :target: https://github.com/OCA/partner-contact/tree/18.0/partner_disable_gravatar\n    :alt: OCA/partner-contact\n.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n    :target: https://translation.odoo-community.org/projects/partner-contact-18-0/partner-contact-18-0-partner_disable_gravatar\n    :alt: Translate me on Weblate\n.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png\n    :target: https://runboat.odoo-community.org/builds?repo=OCA/partner-contact&target_branch=18.0\n    :alt: Try me on Runboat\n\n|badge1| |badge2| |badge3| |badge4| |badge5|\n\nA new feature has been introduced in Odoo v10 in the *base* module: when\nyou enter an email address in the form view of a partner, Odoo will send\na query to `gravatar.com <https://www.gravatar.com/>`__ to get a picture\ncorresponding to the email address.\n\n`Gravatar <//www.gravatar.com/>`__, which stands for *Globally\nRecognized Avatar*, is a website where any user can open an account and\nregister a correspondance between his email address and a picture. That\nway, his picture/avatar will be automatically set on all websites that\nare connected to gravatar.com: he won't have to manually configure his\npicture/avatar on every website.\n\nIn Odoo, when you enter an email address in the form view of a partner\n(i.e. triggered via the *onchange* on the *email* field) and this\npartner doesn't have any image yet in Odoo, Odoo will automatically send\nan HTTPS query to `www.gravatar.com <http://www.gravatar.com>`__ with an\nMD5 hash of the email of the partner. If it receives an answer from\ngravatar.com in the form of a picture within the 5 seconds timeout, it\nwill set this picture on the *image* field of the partner in Odoo.\n\nSome people may consider it as a cool feature to easily get picture on\npartners with no effort.\n\nBut other people may consider this as an annoying feature that adds\nunnecessary network trafic or, worse, as a leak of information. With\nthis feature, gravatar.com is notified of all the email addresses added\nin the Odoo database, so it may be considered as a leak of information\nto a third party company (gravatar.com is operated by `Automattic\nInc. <https://automattic.com/contact/>`__, an American company). The\nproblem is that there is no way to disable this feature via a\nconfiguration parameter of Odoo. This module brings a solution to this\nproblem: once installed, it disables the feature.\n\n**Table of contents**\n\n.. contents::\n   :local:\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues <https://github.com/OCA/partner-contact/issues>`_.\nIn case of trouble, please check there if your issue has already been reported.\nIf you spotted it first, help us to smash it by providing a detailed and welcomed\n`feedback <https://github.com/OCA/partner-contact/issues/new?body=module:%20partner_disable_gravatar%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.\n\nDo not contact contributors directly about support or help with technical issues.\n\nCredits\n=======\n\nAuthors\n-------\n\n* Akretion\n\nContributors\n------------\n\n- Alexis de Lattre <alexis.delattre@akretion.com>\n\nMaintainers\n-----------\n\nThis module is maintained by the OCA.\n\n.. image:: https://odoo-community.org/logo.png\n   :alt: Odoo Community Association\n   :target: https://odoo-community.org\n\nOCA, or the Odoo Community Association, is a nonprofit organization whose\nmission is to support the collaborative development of Odoo features and\npromote its widespread use.\n\n.. |maintainer-alexis-via| image:: https://github.com/alexis-via.png?size=40px\n    :target: https://github.com/alexis-via\n    :alt: alexis-via\n\nCurrent `maintainer <https://odoo-community.org/page/maintainer-role>`__:\n\n|maintainer-alexis-via| \n\nThis module is part of the `OCA/partner-contact <https://github.com/OCA/partner-contact/tree/18.0/partner_disable_gravatar>`_ project on GitHub.\n\nYou are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n",
    "bugtrack_url": null,
    "license": "AGPL-3",
    "summary": "Disable automatic connection to gravatar.com",
    "version": "18.0.1.0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/OCA/partner-contact"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f75086d3d8b452cfbd04cfaecffe533671b1d17f356d3506ca82693da5e53772",
                "md5": "459da2509ae0c19f9e32cce7cad50a1f",
                "sha256": "f8a6d813548479f5d174143ec3ce934a270cc3099397be893fa4741af9eadc85"
            },
            "downloads": -1,
            "filename": "odoo_addon_partner_disable_gravatar-18.0.1.0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "459da2509ae0c19f9e32cce7cad50a1f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 28940,
            "upload_time": "2025-02-17T22:58:07",
            "upload_time_iso_8601": "2025-02-17T22:58:07.742821Z",
            "url": "https://files.pythonhosted.org/packages/f7/50/86d3d8b452cfbd04cfaecffe533671b1d17f356d3506ca82693da5e53772/odoo_addon_partner_disable_gravatar-18.0.1.0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-17 22:58:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OCA",
    "github_project": "partner-contact",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "email-validator",
            "specs": []
        },
        {
            "name": "phonenumbers",
            "specs": []
        }
    ],
    "lcname": "odoo-addon-partner-disable-gravatar"
}
        
Elapsed time: 0.78728s