mirror of
https://gitlab.com/flectra-community/partner-contact.git
synced 2024-11-14 10:12:05 +00:00
17 lines
588 B
Python
17 lines
588 B
Python
# Copyright 2018-2020 Akretion France (https://akretion.com/)
|
|
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Partner Disable Gravatar",
|
|
"version": "2.0.1.0.0",
|
|
"category": "Tools",
|
|
"license": "AGPL-3",
|
|
"summary": "Disable automatic connection to gravatar.com",
|
|
"author": "Akretion, Odoo Community Association (OCA)",
|
|
"maintainers": ["alexis-via"],
|
|
"website": "https://gitlab.com/flectra-community/partner-contact",
|
|
"depends": ["base"],
|
|
"installable": True,
|
|
}
|